IPivotEvaluatorDimCalculatesItem.Enabled

Syntax

Enabled(Index: Integer): Boolean;

Parameters

Index - index of the calculated factor for this dimension.

Description

The Enabled property determines whether the calculated factor, which index is passed by the Index parameter, was calculated.

Comments

The property is set to True by default, and the calculated factor is calculated. If the property is set to False, the calculated factor will not be calculated and will not be displayed in the table.

See also:

IPivotEvaluatorDimCalculatesItem