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
Disable user options
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.
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
Thank you very much 

Disable user options
We are glad to help you!
-
- Posts: 11
- Joined: Mon Dec 23, 2019 10:23 pm
Re: Disable user options
where is this options ? it s work in stimulsoft server ?
Re: Disable user options
Hello,
These are no such options in Stimulsoft Server.
Thank you.
These are no such options in Stimulsoft Server.
Thank you.