Page 1 of 1

Set the zoom value in the designer

Posted: Thu Nov 15, 2007 10:04 am
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

Set the zoom value in the designer

Posted: Mon Nov 19, 2007 7:03 am
by Guest
You can use the "Zoom" property. For example:

Code: Select all

report.Info.Zoom = 1;
Thank you.

Set the zoom value in the designer

Posted: Tue Dec 04, 2007 3:18 am
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


Set the zoom value in the designer

Posted: Tue Dec 04, 2007 4:30 pm
by Vital
Sorry, but at this moment this is not possible.

Thank you.