IPivotEvaluatorTotals.IsCommonTotalsAvailable

Syntax

IsCommonTotalsAvailable: Boolean;

Description

The IsCommonTotalsAvailable property returns whether totals configured in the data source are calculated.

Comments

The property returns True if the ColumnTypes/RowTypes property is set to PivotEvaluatorElementType.Common and aggregation by dimensions is set up in the data source. Otherwise the property returns False.

See also:

IPivotEvaluatorTotals