ExpressionBindingDescription Constructors
Stores information about expression bindings for properties displayed in the End-User Report Designer Properties window.Name | Parameters | Description |
---|---|---|
ExpressionBindingDescription() | none | Initializes a new instance of the ExpressionBindingDescription class with the default settings. |
ExpressionBindingDescription(Boolean) | bindable | Initializes a new instance of the ExpressionBindingDescription class with the specified settings. |
ExpressionBindingDescription(String[], Int32, String[], String) | eventNames, position, nestedBindableProperties, scopeName | Initializes a new instance of the ExpressionBindingDescription class with the specified settings. |
ExpressionBindingDescription(String[], Int32, Type, String) | eventNames, position, surrogateType, scopeName | Initializes a new instance of the ExpressionBindingDescription class with the specified settings. |
See Also