Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Crystal Reports vs ReportViewer Pros/Cons? [closed]

We have been designing our reports around Crystal Reports in VS2008 for our web application and I just discovered the Microsoft provided ReportViewer control. I've searched around a bit but cannot find a good breakdown of the pros and cons of each method of producing reports.

I'm looking for pros and cons regarding:

  • Ease of development
  • Ease of deployment
  • Ability to export data
  • Ease of support and finding help on the web
like image 339
ben Avatar asked Sep 29 '08 15:09

ben


People also ask

Is Crystal Reports still relevant?

The Standard and Professional editions were discontinued with the release of SAP Crystal Reports 2008. SAP Crystal Reports Xi Developer edition remains available and does everything that Standard and Pro could do - and more.

Does Microsoft own Crystal Reports?

Crystal Reports is a popular Windows-based report writer solution that allows a developer to create reports and dashboards from a variety of data sources with a minimum of code to write. Crystal Reports is owned and developed by SAP.

What are the benefits of Crystal Report?

Key Advantages of using Crystal Reports As crystal reports are created in designer interface, less coding part is covered. Complex reports can be made interactive through chart view and hence make easy view of the business model. It can easily interact with other ASP.NET web form controls.

What is the difference between Rdlc and Crystal Report?

Crystal Report is more powerful than RDLC report. There is no facility of REPORT FOOTER & REPORT HEADER in RDLC Report. Only Page Header & Page Footer are there.


2 Answers

Well, I can answer for one side. I have used ReportViewer aka Client Side Reporting. I can tell you its easy to use, easy to deploy and easy to develop. If you can create SQL Reporting Services reports, you can create these. They can take any kind of datasource so you have full control.

Here is an excellent book on Client Side reporting.

There are built in PDF and Excel exports available but you can add your own export handling also. You can use in winforms, Asp.Net in your own services. You can do really anything you can imagine with them.

For Crystal Reports, I do not know much about them.

like image 112
mattlant Avatar answered Sep 20 '22 17:09

mattlant


I can say that the more I use Crystal Reports (and that has been for more than 9 years), the more I want to move away from it. The only reason why you would want to stay there, is if you have a lot of CR reports already up and running.

Crystal Reports is the "one-stop shop" that the user see as the "heaven made" reporting engine and turns out to be overbloated, crowded with bugs and license reqs.

It's very powerful, but at a price; it is complex and not always does what you want.

There are better alternatives out there.

like image 22
Martin Marconcini Avatar answered Sep 19 '22 17:09

Martin Marconcini