Stimulsoft Reports.Net Viewer zoom factor set by static option

Stimulsoft Reports.NET discussion
Post Reply
jmhb
Posts: 10
Joined: Fri Sep 04, 2009 7:35 am
Location: Germany

Stimulsoft Reports.Net Viewer zoom factor set by static option

Post by jmhb »

Hello,

in my application I use the static options to configure the viewer, for example:

StiOptions.Viewer.Windows.ShowSendEMailButton = false;
StiOptions.Viewer.Windows.Zoom = 2.0;

StiReport report = new StiReport();
report.Load(ReportFile);
report.Show(true);

The zoom control will be set to the requested value (200%), but the contents
of the viewer window will not be scaled by the requested value accordingly.
What will I have to do to get the viewer window scaled in the desired way?

Thanks in advance
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Stimulsoft Reports.Net Viewer zoom factor set by static option

Post by Andrew »

Hello,

We have checked your issue and everything works good. What version of Stimulsoft Reports.Net do you use?
Please, check the latest prerelease build on the presence of the error.

Thank you.
Post Reply