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.
How to customize Designer
Re: How to customize Designer
Hello,
We need some additional time for check the issue.
Thank you.
We need some additional time for check the issue.
Thank you.
Re: How to customize Designer
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
Hello,
In the new version, some options have been grouped. At the moment you can use the following option to hide Preview tab:
Thank you.
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;