Page 1 of 1

Incorrect Paper size

Posted: Thu Aug 30, 2007 4:53 am
by satisht
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

Posted: Thu Aug 30, 2007 6:39 am
by Edward
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.

Incorrect Paper size

Posted: Thu Aug 30, 2007 8:08 am
by satisht
How should i set the paper size at runtime

Incorrect Paper size

Posted: Fri Aug 31, 2007 3:17 am
by Edward
The following code sets the size of the page for the Page1 in the report template, this code works for not compiled report.

Code: Select all

Page1.PaperSize = System.Drawing.Printing.PaperKind.A4;
If it is doesn't help, please see the following topic:

http://forum.stimulsoft.com/Default.aspx?g=posts&t=703

Thank you.