DataSourceColumnBinding(String, PivotGroupInterval, Int32) 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,
int groupIntervalNumericRange
)
#Parameters
Name | Type |
---|---|
column |
String |
group |
Pivot |
group |
Int32 |
See Also