DefaultPaperSize is no longer working

Stimulsoft Reports.NET discussion
Post Reply
Sandy Pham
Posts: 62
Joined: Mon Dec 11, 2006 1:43 pm
Location: U.S.A.

DefaultPaperSize is no longer working

Post by Sandy Pham »

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
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

DefaultPaperSize is no longer working

Post by Vital »

Hello,

Problem fixed in build from 4 Jan (when it will be available).

Thank you.
Post Reply