Question

What are the best open source (open source and commercial) reporting tools for ASP.NET similar to Crystal Reports for ASP.NET?

Was it helpful?

Solution

Microsoft Reporting Services, free and included with SQL Server 2005 and 2008.

Of course, this is great if you need a separation of report design and application, which for Enterprise applications is a huge plus.

However, if what you want is to be able to create "in application" dashboards, where "you" design the reports and have limited parameters you expose to the user, then I suggest looking into "control" based charting vendors like TeeChart .

Pros/cons of each strategy: Crystal/Microsoft Reporting services will give you out of the box handling of things like report scheduling, export to excel and pdf, and separation between application and report design. The independent charting tools you can get give you better control, they render better on any size you need, easier to grammatically manipulate and can handle eye candy such as flash based (no flash charts in MS SSRS)

OTHER TIPS

+1 SSRS and ActiveReports. ryw, use ActiveReports and close the gates of Crystal Hell behind you forever.

ActiveReports and DevExpress' reporting tools are both pretty good. The ReportViewer control works too (the price is right), but I find it more difficult to use. And SSRS reports can be embedded into your ASP.Net apps as well.

As much as I despise Crystal Reports (we describe digging deep into it the seven layers of Crystal hell) -- it seems to be the best/most-flexible tool for the job. I hope someone comes along and knocks them off the block though.

Microsoft Reporting Services is an alternative, but didn't have the features we needed.

I would suggest taking a look at MS SSRS (Microsoft SQL Server Reporting Services).

I agree that SSRS is generally the right choice. But for flashy and embedded in an HTML page, I like Dundas. Their stuff looks good out of the box, has an easy-to-understand API, and is painless to get up and running.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top