BasicExpressionBinding(String, String) Constructor
In This Article
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.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
property |
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