Click here to Skip to main content
15,921,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In asp.net 3.5 C#
Question : Instead of show crystal report on Viewer I want to show crystal report directly on PDF, so user can view & take printout from PDF, I don't want to show report in Crystal Viewer.
Please any one help me..?
Posted

Have a look at these:
C# Crystal Reports Export to Pdf[^]
Create pdf from crystal report in VB.NET[^]

Look at the export code. Use that export code directly and then open the saved PDF.
 
Share this answer
 
C#
report.ExportToHttpResponse(ExportFormatType.PortableDocFormat, Response, True, "ExportedReport")
 
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