How to turn off the Start Page of stimulsoft report version 2022.1.6
Posted: Fri Feb 23, 2024 7:24 am
Hello, I'm using stimulsoft version 2022.1.6. But I don't want to turn off the Start Page in the Designer screen.
Here is my example code.
Here is my example code.
Code: Select all
var options = new Stimulsoft.Designer.StiDesignerOptions();
options.height = "100%";
options.appearance.fullScreenMode = false;
options.appearance.showReportTree = false;
options.toolbar.showFileMenu = false;
options.toolbar.showSaveButton = this.editCustomFormAllowed;
options.toolbar.showSetupToolboxButton = false;
options.toolbar.showNewDashboardButton = false;
options.toolbar.ShowInsertButton = true;