hide web preview from stidesignercontrol

Stimulsoft Reports.NET discussion
Post Reply
paullef
Posts: 41
Joined: Thu Jan 17, 2013 5:06 pm

hide web preview from stidesignercontrol

Post by paullef »

Hello,

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

Thanks
Paul
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: hide web preview from stidesignercontrol

Post 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.
Post Reply