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

ExpressionBindingDescription Members

Provides information about a property displayed in the Properties panel’s Expressions tab in the End-User Report Designer.

Constructors

Name Description
ExpressionBindingDescription() Initializes a new instance of the ExpressionBindingDescription class with the default settings.
ExpressionBindingDescription(Boolean) Initializes a new instance of the ExpressionBindingDescription class with the specified settings.
ExpressionBindingDescription(String[], Int32, String[], String) Initializes a new instance of the ExpressionBindingDescription class with the specified settings.
ExpressionBindingDescription(String[], Int32, Type, String) Initializes a new instance of the ExpressionBindingDescription class with the specified settings.

Properties

Name Description
Bindable Returns whether a property is displayed in the Expressions tab.
BindableProperties Returns the collection of the property’s inner properties.
EventNames Returns the collection of events in which the property is available.
Position Returns a weighted position at which the property is displayed.
ScopeName Returns the name of the category in which the property is displayed.
SurrogateType Returns a surrogate type used to change values of read-only complex properties.

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