Skip to main content
A newer version of this page is available. .

UserDesignerOptions Members

Provides customization settings to desktop versions of the End-User Report Deisgners.

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.
ReportLoadingRestrictionLevel Specifies whether end-users are allowed to load untrusted reports with potentially dangerous content in a desktop reporting application.
ShowUserFriendlyNames Specifies whether to use camel case for spelling property names in the Property Grid 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