Set the zoom value in the designer

Stimulsoft Reports.NET discussion
Post Reply
Nigel Rutter
Posts: 4
Joined: Mon Oct 29, 2007 8:58 am

Set the zoom value in the designer

Post by Nigel Rutter »

Hi,

Is there a property/method i can call to set the zoom factor in the designer during load?
I'd like to always have the zoom set to 'Page Width' when the designer opens.
I can't seem to find anything appropriate.

Thanks,
Nigel
Guest
Posts: 182
Joined: Tue Jun 06, 2006 8:04 am

Set the zoom value in the designer

Post by Guest »

You can use the "Zoom" property. For example:

Code: Select all

report.Info.Zoom = 1;
Thank you.
Nigel Rutter
Posts: 4
Joined: Mon Oct 29, 2007 8:58 am

Set the zoom value in the designer

Post by Nigel Rutter »

Pavel,

Thanks, but this doesn't seem to work in the designer.

The code is as follows:

Code: Select all

report.Load(reportFile);
report.Info.Zoom = 1.0;
report.Design();
What I would like to do is set the zoom property to 'Page Width'

Thanks
Nigel

Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Set the zoom value in the designer

Post by Vital »

Sorry, but at this moment this is not possible.

Thank you.
Post Reply