Skip to main content

ExpressionBinding(String, String) Constructor

Initializes a new instance of the ExpressionBinding class with the specified settings.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public ExpressionBinding(
    string propertyName,
    string expression
)

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