IPivotEvaluatorTotals.Enabled

Fore Syntax

Enabled: Boolean;

Fore.NET Syntax

Enabled: Boolean;

Description

The Enabled property determines the sign of calculating totals in a table.

Comments

If the property is set to True, in the table totals are calculated, specified in the ColumnTypes, HierarchyTotals, LevelTotals, RowTypes properties, or added to the collection using the Add method. If Enabled property has False value, then totals are not calculated, however their parameters are not reset.

By default the property is set to True.

See also:

IPivotEvaluatorTotals