Dear Brother's
I want to export my all crystal reports into pdf... but i does not know about it..
Can anyone have idea that how to export the crystal report in pdf file format.
Best regards
waqar hussain Laghari
Dear Brother's
I want to export my all crystal reports into pdf... but i does not know about it..
Can anyone have idea that how to export the crystal report in pdf file format.
Best regards
waqar hussain Laghari
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.
savioPosted Apr 15, 2009, 1:28 AM
DiskFileDestinationOptions CrDiskFileDestinationOptions = new DiskFileDestinationOptions();
PdfRtfWordFormatOptions CrFormatTypeOptions = new PdfRtfWordFormatOptions();
CrDiskFileDestinationOptions.DiskFileName = "filename.pdf";
http://csharp.net-informations.com/crystal-reports/csharp-crystal-reports-export-pdf.htm
sav.
waqar laghariPosted Apr 16, 2009, 1:02 AM
Dear I read out the article from link. The article was very good and give me alot of help to understand new idea's. Brother I am very much thanksful to provide me such a nice knowledge.
waqar laghariPosted Apr 3, 2009, 6:20 AM
Dear my project is web based not desktop based.
Best reagrds
Waqar Hussain Laghari
Bechir BejaouiPosted Apr 3, 2009, 5:56 AM
waqar laghariPosted Mar 27, 2009, 6:47 AM
Dear brother
I have already use this but i find error which is parameters missing values.. do you have any idea about this error..
Best regards
Waqar Hussain Laghari
Bechir BejaouiPosted Mar 27, 2009, 6:16 AM