Dodie
October 4th, 2005, 03:30 AM
Is this possible?, I'm using Crystal Report Control and not the CRViewer? Is it? please help! Thank You Very Much!
|
Click to See Complete Forum and Search --> : Exporting Crystal Report 8 to PDF Dodie October 4th, 2005, 03:30 AM Is this possible?, I'm using Crystal Report Control and not the CRViewer? Is it? please help! Thank You Very Much! Nasty2 October 4th, 2005, 07:37 AM You can always try printing with a tool such as CutePDF. This will create a PDF file for you at the location specified Hope it helps! Dodie October 4th, 2005, 10:50 AM Thanx for the help but I should be doin this throug VB, VB will call Crystal Report then report should or can be exported to PDF Skysail118 October 5th, 2005, 10:01 AM Dodie, You could try something like this: CRrpt.ExportOptions.DestinationType = crEDTDiskFile CRrpt.ExportOptions.FormatType = crEFTPortableDocFormat CRrpt.ExportOptions.DiskFileName = mstrDirName "\File_Name.pdf" CRrpt.Export False I have a routine which exports about 30 reports a day to pdf and excel formats for an automated vb program and this is the code format we developed in CR8.5 and still use in CR10. Sky Dodie October 6th, 2005, 10:29 AM Sky, got a problem, I'm usin Crystal Report 8 and I can't see that property on my Crystal Report Control (.ExportOptions), ur usin 8.5 thats maybe the reason, Thanks anyway for the help! I wish I get more people to help me, please people! Dodie October 9th, 2005, 03:35 AM I did it! Thank You All Very Much! download this and just read the instruction http://s4.yousendit.com/d.aspx?id=2BGY1861VRGH41HPY7L2PXYN99 lperi October 19th, 2005, 12:19 PM I am also trying out the same problem. Can you please help me out in getting the sample files ? I tried your link but it got expired. Regards, Peri codeguru.com
Copyright WebMediaBrands Inc., All Rights Reserved. |