Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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!

Posted

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

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...