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

ExpressionBindingDescription Constructors

Provides information about a property displayed in the Properties panel’s Expressions tab in the End-User Report Designer.
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, bindableProperties, 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