Configurate the dictionary to modify variables

Stimulsoft Reports.WEB discussion
Post Reply
lucia_mgv
Posts: 22
Joined: Thu Aug 23, 2012 12:37 pm
Location: Vitoria-Gasteiz (Spain)

Configurate the dictionary to modify variables

Post by lucia_mgv »

Hi,

I want to configure the web designer to disable the option of create or modify a dictionary but be able to create a new variable in the assigned dictionary.

I have configurate the following properties:

Code: Select all

StiWebDesignerOptions.Dictionary.AllowModifyDictionary = false;
StiWebDesignerOptions.Dictionary.AllowModifyVariables= true;
But I am not able to achieve the result I want. In the .NET designer I have been able to configure with the following properties:

Code: Select all

StiOptions.Designer.Panels.Dictionary.ShowDictNewMenuItem = false;
StiOptions.Designer.Panels.Dictionary.ShowDictOpenMenuItem = false;
StiOptions.Designer.Panels.Dictionary.ShowDictSaveMenuItem = false;
Is there any way to do it?

Lucía morales
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Configurate the dictionary to modify variables

Post by HighAley »

Hello.

Unfortunately, it's impossible now. We have added this problem in our to-do list.

Thank you.
Post Reply