Exporting Crystal Report
I want to Export Crystal Report in pdf format. How can I do it
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Prabhu RajaPosted Oct 14, 2011, 1:13 AM
But if you want do this by Code .TRy this. I have Used the Following Code for my Project.
Hemant KumarPosted Oct 14, 2011, 1:01 AM
You need to add this snippet
Here is code to export to disk
Report.ExportToDisk(ExportFormatType.PortableDocFormat, "C:\report.pdf");
If you have doubts please check this link
http://csharp.net-informations.com/crystal-reports/csharp-crystal-reports-export-pdf.htm