Setting Initial Zoom Level in Designer

Stimulsoft Reports.NET discussion
Post Reply
johnham
Posts: 98
Joined: Fri Sep 19, 2008 2:27 pm
Location: Richland, WA, USA

Setting Initial Zoom Level in Designer

Post by johnham »

Is there a way to set the initial zoom level of a report when loading in the designer. The default seems to be tiny.

Thanks,
John Hamilton
Hamilton & Company, LLC
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Setting Initial Zoom Level in Designer

Post by Vital »

Hello John,

You can use following code:

Code: Select all

StiSettings.Load();
StiSettings.Set("StiDesigner", "Zoom", 2d);
StiSettings.Save();
Thank you.
Post Reply