TcxPivotGridOptionsData.CalculationBase Property
Specifies how summary values are calculated for data cells.
Declaration
property CalculationBase: TcxPivotGridCalculationBaseType read; write; default cbRawData;
Property Value
Type | Default |
---|---|
TcxPivotGridCalculationBaseType | cbRawData |
Remarks
Options include:
Value | Meaning | Sample |
---|---|---|
cbRawData | A data cell’s summary values are calculated using data records corresponding to this data cell. | |
cbVisibleData | A data cell’s summary values are calculated using visible data from the higher level of detail. |
Use the SummaryNullIgnore property, to specify whether null values are used in the calculation.
The default value of the CalculationBase property is cbRawData.
See Also