Is there a way to set the initial zoom level of a report when loading in the designer. The default seems to be tiny.
Setting Initial Zoom Level in Designer
Setting Initial Zoom Level in Designer
Thanks,
John Hamilton
Hamilton & Company, LLC
John Hamilton
Hamilton & Company, LLC
Setting Initial Zoom Level in Designer
Hello John,
You can use following code:
Thank you.
You can use following code:
Code: Select all
StiSettings.Load();
StiSettings.Set("StiDesigner", "Zoom", 2d);
StiSettings.Save();