DataSourceColumnBinding(String, PivotGroupInterval, Int32) Constructor
Initializes a new instance of the DataSourceColumnBinding class with specified settings.
Namespace: DevExpress.XtraReports.UI.PivotGrid
Assembly: DevExpress.XtraReports.v22.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
public DataSourceColumnBinding(
string columnName,
PivotGroupInterval groupInterval,
int groupIntervalNumericRange
)
Parameters
Name | Type |
---|---|
columnName | String |
groupInterval | PivotGroupInterval |
groupIntervalNumericRange | Int32 |
See Also