ExpressionBinding(String, String) Constructor
Initializes a new instance of the ExpressionBinding class with the specified settings.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
propertyName | String | A String value, specifying the property name. This value is assigned to the ExpressionBinding.PropertyName property. |
expression | String | A String value, specifying the expression. This value is assigned to the ExpressionBinding.Expression property. |
See Also