Skip to main content
All docs
V25.1
  • DataSourceColumnBinding(String) Constructor

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

    Namespace: DevExpress.XtraReports.UI.PivotGrid

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public DataSourceColumnBinding(
        string columnName
    )

    Parameters

    Name Type
    columnName String
    See Also