BasicExpressionBinding(String, String) Constructor
Initializes a new instance of the BasicExpressionBinding class with the parameter’s property name and binding expression.
Namespace: DevExpress.XtraReports.Expressions
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
propertyName | String | The name of a parameter’s property to which an expression is bound. Only the Value property is supported. |
expression | String | A binding expression that is parsed and processed to specify the parameter’s property value. |
See Also