Page 1 of 1

How to customize Designer

Posted: Tue Dec 23, 2014 4:29 pm
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.

Re: How to customize Designer

Posted: Fri Dec 26, 2014 12:44 pm
by Alex K.
Hello,

We need some additional time for check the issue.

Thank you.

Re: How to customize Designer

Posted: Fri Dec 26, 2014 10:27 pm
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

Re: How to customize Designer

Posted: Mon Dec 29, 2014 7:48 am
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.