Incorrect Paper size
Incorrect Paper size
I have set width and height as 8.27 and 11.69 but report paper size is displayed wrong in windows 2000 as like 'PRC Envelope # 9' and some time paper type is selected
Incorrect Paper size
Please set the PaperSize of the Page to the "Custom" value.
Where have you seen these settings? I mean the designer, the print dialog, etc.
Thank you.
Where have you seen these settings? I mean the designer, the print dialog, etc.
Thank you.
Incorrect Paper size
How should i set the paper size at runtime
Incorrect Paper size
The following code sets the size of the page for the Page1 in the report template, this code works for not compiled report.
If it is doesn't help, please see the following topic:
http://forum.stimulsoft.com/Default.aspx?g=posts&t=703
Thank you.
Code: Select all
Page1.PaperSize = System.Drawing.Printing.PaperKind.A4;
http://forum.stimulsoft.com/Default.aspx?g=posts&t=703
Thank you.