Page 1 of 1

hide web preview from stidesignercontrol

Posted: Mon Feb 11, 2013 1:27 pm
by paullef
Hello,

Is it possible to hide/remove the tab for the web preview in the stidesignercontrol.

Thanks
Paul

Re: hide web preview from stidesignercontrol

Posted: Mon Feb 11, 2013 1:52 pm
by HighAley
Hello.
paullef wrote:Is it possible to hide/remove the tab for the web preview in the stidesignercontrol.
You could use one of next static options:

Code: Select all

Stimulsoft.Report.StiOptions.Designer.WebPreviewReportEnabled = false;
Stimulsoft.Report.StiOptions.Designer.WebPreviewReportVisible = false;
Thank you.