UserDesignerOptions Members
Provides access to customization settings of End-User Report Designers.Constructors
Name | Description |
---|---|
UserDesignerOptions() | Initializes a new instance of the UserDesignerOptions class with the default settings. |
Properties
Name | Description |
---|---|
ConvertBindingsToExpressions | Specifies whether end-users are prompted to convert a legacy report to use expression bindings when opening it in the End-User Report Designer. |
DataBindingMode | Specifies the binding mode used to provide dynamic content to reports. |
DefaultCrossTabControl | Specifies the default control used to present cross-tab data (XRCrossTab or XRPivotGrid). |
FieldListMaxExpandLevelOnSearch | Specifies how many levels of the field list tree are searched when the user enters text into a search box. |
ReportLoadingRestrictionLevel | Specifies whether end-users are allowed to load untrusted reports with potentially dangerous content in a desktop reporting application. |
ShowDesignAnalyzerNotificationPopup | |
ShowUserFriendlyNames | Specifies whether to use camel case for spelling property names in the Properties window of an End-User Report Designer. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also