Skip to main content

DataSourceColumnBinding(String, PivotGroupInterval) Constructor

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

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v24.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public DataSourceColumnBinding(
    string columnName,
    PivotGroupInterval groupInterval
)

Parameters

Name Type
columnName String
groupInterval PivotGroupInterval
See Also