views:

54

answers:

1

I want design and use reports for my .NET windows application. I use Crystal Reports to design reports, but Crystal Reports is very slow when my report shows.

What is the best software to design and view reports for .NET application?

I'm looking for design-time software and not runtime reporting tools.

+2  A: 

The fact that your report displays slowly has nothing to do with the ease of use, at design or runtime, of a reporting tool.

You should look at what indexes are present and whether you can simplify the underlying data query.

The 'best' anything depends somewhat on your requirements.

That all said, I personally prefer Active Reports over Crystal.

Mitch Wheat