Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,


I am developer of Desktop applications in C# and Visual Studio. I have been using Crystal Reports for Reporting in my applications. But problem is that Crystal Reports is a third party which has to be installed on each and every System to run your application and it is slow takes lot of time in loading. Clients always complain about the speed.

I want to know it there is some other way or tool to Design and print reports, which is also powerful enough as is the Crystal Reports?



Thanks for you time and help.


bye.
Posted

Wait for other answers. But check this for resolve things using existing reports. Check my past answer regarding Crystal reports optimization
How to increase printing speed in c#.net(Crystal reports)[^]
 
Share this answer
 
Try MS alternative that comes for free. You do not need to install any third party reporting tool as MS reporting is shipped as a couple of dlls that are referenced into your project and will be installed together your own application. more info on ReportViewer control and RDLC report format at http://www.gotreportviewer.com/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900