Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.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