Disable user options

Stimulsoft Reports.WEB discussion
Post Reply
Rodrigo
Posts: 15
Joined: Mon Jun 14, 2010 5:00 am

Disable user options

Post 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.
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Disable user options

Post 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.
Rodrigo
Posts: 15
Joined: Mon Jun 14, 2010 5:00 am

Disable user options

Post by Rodrigo »

Thank you very much :)
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Disable user options

Post by Andrew »

We are glad to help you!
Rezakhosravi
Posts: 11
Joined: Mon Dec 23, 2019 10:23 pm

Re: Disable user options

Post 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 ?
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Re: Disable user options

Post by Andrew »

Hello,

These are no such options in Stimulsoft Server.

Thank you.
Post Reply