crystal reports - Set programmatically papersize to A4 in CrystalReports viewer -
What I see in the designer of CrystalReports looks different from the Crystal Rippes Viewer which I programmatically loads a report
The reason for this is that in the designer, I cut the papers for the A4, while in the viewer it is a letter by default.
So, how can I change the default paper size for in (c #) A4
The viewer follows system settings (paper size for the default printer). You can programmatically change the paper size for the under-running report (Report the object paper size properties); Does this viewer affect the omission, I do not know
Our applications only change the paper size for specific printers (POS), but this report also changes to the default printer and in that case the viewers Printer and paper size settings are followed. CR version 9 - Maybe later versions are more flexible.
Comments
Post a Comment