DataSourceColumnBinding(String, PivotGroupInterval) Constructor
In This Article
Initializes a new instance of the DataSourceColumnBinding class with specified settings.
Namespace: DevExpress.XtraReports.UI.PivotGrid
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public DataSourceColumnBinding(
string columnName,
PivotGroupInterval groupInterval
)
#Parameters
Name | Type |
---|---|
column |
String |
group |
Pivot |
See Also