Obsolete Properties on StiWebDesignerOptions

Stimulsoft Reports.WEB discussion
Post Reply
Oaktree
Posts: 25
Joined: Wed Apr 28, 2010 8:53 am

Obsolete Properties on StiWebDesignerOptions

Post by Oaktree »

Several of the properties on StiWebDesignerOptions say they are obsolete and to use StiWebDesignerOptions.Designer.UpdatedPropertyName in the latest prerelease build.

The only problem with that is that there is no StiWebDesignerOptions.Designer available from what I can tell.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Obsolete Properties on StiWebDesignerOptions

Post by Vladimir »

Hello,

In the new versions some properties have been regrouped. The commentary indicates which properties can be used instead. Please specify which properties you could not find?

Thank you.
Oaktree
Posts: 25
Joined: Wed Apr 28, 2010 8:53 am

Obsolete Properties on StiWebDesignerOptions

Post by Oaktree »

These are the properties that I could not find.

StiWebDesignerOptions.ModifyConnections
StiWebDesignerOptions.ModifyDataSources
StiWebDesignerOptions.ModifyDictionary

They say they map to the following:

StiWebDesignerOptions.Designer.AllowModifyConnections
StiWebDesignerOptions.Designer.AllowModifyDataSources
StiWebDesignerOptions.Designer.AllowModifyDictionary

The reason I cannot find the properties is because the Designer part of the namespace path is not available to me.

If it helps, the only assemblies I call on my page are the following:
That appeared to be all that was required to have the controls work.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Obsolete Properties on StiWebDesignerOptions

Post by Vladimir »

Hello,

You are right, this is an error in the description of the property. We will will correct description to the next prerelease build on May, 24.

The specified properties are located in the Dictionary category:
StiWebDesignerOptions.Dictionary.AllowModifyConnections
StiWebDesignerOptions.Dictionary.AllowModifyDataSources
StiWebDesignerOptions.Dictionary.AllowModifyDictionary
Thank you.
Post Reply