Stimulsoft Reports.Net Viewer zoom factor set by static option
Posted: Tue Sep 29, 2009 9:38 am
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
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