IPivotEvaluatorTotals.DimElementTotalEnabled

Syntax

DimElementTotalEnabled(DimKey: Integer; Element: Integer): Boolean;

Parameters

DimKey. Key of the dimension, for element of which calculation of own total is set up.

Element. Dimension element index.

Description

The DimElementTotalEnabled property determines whether own type of totals will be calculated for the specified dimension element.

Comments

If the property is set to True, own total will be calculated for the element with the Element index. Total type is set in the DimElementTotalType property.

To reset calculation of own total, use the RemoveDimElementTotal method.

Example

The property use is given in the example for IPivotEvaluatorTotals.DimElementTotalType.

See also:

IPivotEvaluatorTotals