BasicExpressionBinding Constructors
Stores a binding expression that is parsed and processed to specify a report control or parameter‘s property value.Name | Parameters | Description |
---|---|---|
BasicExpressionBinding() | none | Initializes a new instance of the BasicExpressionBinding class with the default settings. |
BasicExpressionBinding(String, String) | propertyName, expression | Initializes a new instance of the BasicExpressionBinding class with the parameter’s property name and binding expression. |
See Also