I'm writing a samll VB program which will run my reports and export them to a disk destination (without user prompting). The problem is I want to export the reports in pdf format. I've tried using PrintFileType to set the file type to pdf but it's not supported
Any Ideas how to get around this
CrystalReport.Destination = crptToFile
CrystalReport.PrintFileType = ??????
CrystalReport.PrintFileName= "C:test.pdf"
CrystalReport.PrintReport
Any Ideas how to get around this
CrystalReport.Destination = crptToFile
CrystalReport.PrintFileType = ??????
CrystalReport.PrintFileName= "C:test.pdf"
CrystalReport.PrintReport