Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public BasicExpressionBinding(
    string propertyName,
    string expression
)

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