IPivot.IsAggregationCalced

Fore Syntax

IsAggregationCalced: Boolean;

Fore.NET Syntax

IsAggregationCalced: boolean;

Description

The IsAggregationCalced property returns whether aggregation is calculated.

Comments

Returned values:

To determine the element, by which data is set by dimensions to matrix, use IPivot.AggregationElement.

Fore and Fore.NET Examples

The property use is given in the example for IPivot.AggregationElement.

See also:

IPivot