DefaultPaperSize is no longer working
Posted: Thu Jan 03, 2008 3:31 pm
In previous Stimulsoft builds I used the following code to default the paper size to Letter:
StiOptions.Engine.DefaultPaperSize = System.Drawing.Printing.PaperKind.Letter;
However, this is no longer working in the 2007.3 release. When the designer comes up, the properties window has:
Paper Size: Letter
Page Width: 8.27 (should be 8.5)
Page Height: 11.69 (should be 11)
When I preview the report and select the Paper Size button, it comes up with A4. I think the DefaultPaperSize setting is not getting applied at all.
Any suggestions?
Sandy
StiOptions.Engine.DefaultPaperSize = System.Drawing.Printing.PaperKind.Letter;
However, this is no longer working in the 2007.3 release. When the designer comes up, the properties window has:
Paper Size: Letter
Page Width: 8.27 (should be 8.5)
Page Height: 11.69 (should be 11)
When I preview the report and select the Paper Size button, it comes up with A4. I think the DefaultPaperSize setting is not getting applied at all.
Any suggestions?
Sandy