Page 1 of 1

Disable user options

Posted: Tue Jun 15, 2010 5:28 am
by Rodrigo
Hello!

I want to use the power of the designer in the web browser for a number of users to design their own reports in my application, but I need some options are disabled for security reasons, such as database dictionary options, new connection , new data source, etc..

Is it possible?

Thank you.

Disable user options

Posted: Tue Jun 15, 2010 5:36 am
by Andrew
Hello,

Use the static options the following ways:

StiWebDesignerOptions.Menu.NewPage = false;
StiWebDesignerOptions.Menu.Preview = false;
StiWebDesignerOptions.ModifyDictionary = false;
StiWebDesignerOptions.ModifyVariables = true;

and other

Thank you.

Disable user options

Posted: Tue Jun 15, 2010 5:48 am
by Rodrigo
Thank you very much :)

Disable user options

Posted: Tue Jun 15, 2010 6:00 am
by Andrew
We are glad to help you!

Re: Disable user options

Posted: Sat Dec 28, 2019 9:09 pm
by Rezakhosravi
Andrew wrote: Tue Jun 15, 2010 5:36 am Hello,

Use the static options the following ways:

StiWebDesignerOptions.Menu.NewPage = false;
StiWebDesignerOptions.Menu.Preview = false;
StiWebDesignerOptions.ModifyDictionary = false;
StiWebDesignerOptions.ModifyVariables = true;

and other

Thank you.
where is this options ? it s work in stimulsoft server ?

Re: Disable user options

Posted: Mon Dec 30, 2019 4:21 am
by Andrew
Hello,

These are no such options in Stimulsoft Server.

Thank you.