Skip to main content

ExpressionDataBinding(String) Constructor

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

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public ExpressionDataBinding(
    string expression
)

Parameters

Name Type
expression String
See Also