Skip to main content
All docs
V26.1
  • OLAPExpressionBinding(String) Constructor

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

    Namespace: DevExpress.Web.ASPxPivotGrid

    Assembly: DevExpress.Web.ASPxPivotGrid.v26.1.dll

    Declaration

    public OLAPExpressionBinding(
        string expression
    )

    Parameters

    Name Type Description
    expression String

    A string expression.

    See Also