Setting Initial Zoom Level in Designer
Posted: Tue Dec 30, 2008 7:42 pm
Is there a way to set the initial zoom level of a report when loading in the designer. The default seems to be tiny.
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
https://forum.stimulsoft.com/
Code: Select all
StiSettings.Load();
StiSettings.Set("StiDesigner", "Zoom", 2d);
StiSettings.Save();