EFileTahi-A Posted February 18, 2005 Posted February 18, 2005 I would like to kown how can config CrystalReports to print in A5 format so that ITextFields will only fill half A4 paper size and print the remaining ones on another page. Hope to hear from you soon! Quote
pendragon Posted February 18, 2005 Posted February 18, 2005 EFileTahi-A I have had no end of problems printing on different size paper with cyrstal reports, the following is a link to a thread with one way I managed to get it working. http://www.xtremedotnettalk.com/showthread.php?t=89225 You way be able to just setup a new printer and change its defaults to A5 and then but the following code in the viewer load event crReportDocument.PrintOptions.PrinterName = "Your Printer Name"; crReportDocument.PrintOptions.PaperSize = CrystalDecisions.Shared.PaperSize.DefaultPaperSize; [/Code] If anyone else has an answer I would also be glad to hear Quote
EFileTahi-A Posted March 2, 2005 Author Posted March 2, 2005 Better late then never, thks pendragon... :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.