How to customize Designer

Stimulsoft Reports.WEB discussion
Post Reply
agent005
Posts: 24
Joined: Mon Dec 22, 2014 3:05 pm

How to customize Designer

Post by agent005 »

I'm looking for ways to customize designer like disable preview button and not allowing user to modify data dictionary.
According to PDF document there are some properties available for this - http://puu.sh/dGx6N/4d7e112c96.png
But in 2014.3 they do not seem to be available anymore.
Please advice.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: How to customize Designer

Post by Alex K. »

Hello,

We need some additional time for check the issue.

Thank you.
agent005
Posts: 24
Joined: Mon Dec 22, 2014 3:05 pm

Re: How to customize Designer

Post by agent005 »

Ok, actually it looks like those options aren't getting recognized by my Visual Studio for some reason (http://puu.sh/dKvBM/1507ab639f.png), but everything seems to compile and run OK, except for the Preview option, even when it's set to false I see preview tab on the designer - http://puu.sh/dKvq2/d18aa50ff5.png
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: How to customize Designer

Post by Vladimir »

Hello,

In the new version, some options have been grouped. At the moment you can use the following option to hide Preview tab:

Code: Select all

StiWebDesignerOptions.Toolbar.ShowPreviewReportTab = false;
Thank you.
Post Reply