Hi,
im using the following code in VB to export my reports from a crystal viewer to PDF. I was just wondering how can i add options for setting the printer to legal size paper. So when the user opens the pdfs and they click on print it automatically prints it to legal size. My reports are already set to legal size but thats when i print them from the viewer or crystal itself. The PDfs arent coming out on legal size. thanks
Me.crxreport.ExportOptions.FormatType = crEFTPortableDocFormat
'Defines report's destination type
Me.crxreport.ExportOptions.DestinationType = crEDTDiskFile
'Defines report's file name
Me.crxreport.ExportOptions.DiskFileName = "mypath".pdf"
Me.crxreport.Export False
im using the following code in VB to export my reports from a crystal viewer to PDF. I was just wondering how can i add options for setting the printer to legal size paper. So when the user opens the pdfs and they click on print it automatically prints it to legal size. My reports are already set to legal size but thats when i print them from the viewer or crystal itself. The PDfs arent coming out on legal size. thanks
Me.crxreport.ExportOptions.FormatType = crEFTPortableDocFormat
'Defines report's destination type
Me.crxreport.ExportOptions.DestinationType = crEDTDiskFile
'Defines report's file name
Me.crxreport.ExportOptions.DiskFileName = "mypath".pdf"
Me.crxreport.Export False