Click here to Skip to main content
16,006,707 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Hello,

Currently i am working on a project and it has a module to automatically create PDF reports.
One solution is by using Crystal reports but i do not have much idea about how to use it. The reports are large of around more than 200 pages.
The reports will have a static HTML design and some information is being fetched from the database.
What i exactly want is on button click the report is generated in PDF and saved in computer.
Please tell me if there is any solution available for this using crystal reports or any book/video/lecture that can help in this regard.
I am using C#(Visual Studio) and SQL Server 2005.

Thanks

What I have tried:

Searched the web but not much of solutions available on the internet for this problem.
Posted
Updated 3-Feb-17 21:57pm
Comments
ZurdoDev 3-Feb-17 7:14am    
Pretty sure the Crystal Report control has built-in PDF support. I know if you do SSRS reports, the SSRS report viewer has native support for saving in pdf.

1 solution

This link may help you. just pass the data to pdfptable
Generate pdf in MVC - asp.net tips and tricks[^]
 
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