Hello,
Is it possible to hide/remove the tab for the web preview in the stidesignercontrol.
Thanks
Paul
hide web preview from stidesignercontrol
Re: hide web preview from stidesignercontrol
Hello.
Thank you.
You could use one of next static options:paullef wrote:Is it possible to hide/remove the tab for the web preview in the stidesignercontrol.
Code: Select all
Stimulsoft.Report.StiOptions.Designer.WebPreviewReportEnabled = false;
Stimulsoft.Report.StiOptions.Designer.WebPreviewReportVisible = false;