Crystal Report: How to set paper size to A3 before export?
-
My report size is A3. When I export to .rtf or .doc it can't display correct. Can I set paper size before export? Code: ... ExportOptions crExportOptions = crReportDocument.ExportOptions; crExportOptions.ExportFormatType = ExportFormatType.RichText; crReportDocument.Export(); QuynhTD -- modified at 23:31 Monday 21st May, 2007
-
My report size is A3. When I export to .rtf or .doc it can't display correct. Can I set paper size before export? Code: ... ExportOptions crExportOptions = crReportDocument.ExportOptions; crExportOptions.ExportFormatType = ExportFormatType.RichText; crReportDocument.Export(); QuynhTD -- modified at 23:31 Monday 21st May, 2007
You just have to right click on report format --> Design --> Page Setup --> Page option --> Select The format of your choice.