IsAggregationCalced: Boolean;
IsAggregationCalced: boolean;
The IsAggregationCalced property returns whether aggregation is calculated.
Returned values:
True. Aggregation is calculated.
False. Aggregation is not calculated. For example, if aggregation is enabled, and single selection is set in all fixed dimensions.
To determine the element, by which data is set by dimensions to matrix, use IPivot.AggregationElement.
The property use is given in the example for IPivot.AggregationElement.
See also: