Skip to main content
A newer version of this page is available. .

DataSourceColumnBinding(String, PivotGroupInterval) Constructor

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

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public DataSourceColumnBinding(
    string columnName,
    PivotGroupInterval groupInterval
)

Parameters

Name Type
columnName String
groupInterval PivotGroupInterval
See Also