AllowModifyRelations in designer web

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

AllowModifyRelations in designer web

Post by lucia_mgv »

Hi,

In the configuration of the web designer I want to enable the dictionary relations modification without enabling the datasource modification. I have set the following property to true:

Code: Select all

StiWebDesignerOptions.Dictionary.AllowModifyDataSources = false;
StiWebDesignerOptions.Dictionary.AllowModifyRelations = true;
The designer allows me to create new relations but I am not able to delete or edit them.

If I set:

Code: Select all

StiWebDesignerOptions.Dictionary.AllowModifyDataSources = true;
StiWebDesignerOptions.Dictionary.AllowModifyRelations = true;
then the designer allows me to create, modify an delete relations but also datasource.

Am i missing something? Is it a bug? I am using 2013.1 release.

Thanks for your support,

Lucía Morales
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: AllowModifyRelations in designer web

Post by Alex K. »

Hello,

We will try to fix it to the next prerelease build on this week.

Thank you.
Post Reply