IPivotEvaluatorTotals.IncludeOwner

Syntax

IncludeOwner: Boolean;

Description

The IncludeOwner property determines whether top values are taken into account during totals calculation.

Comments

The property is relevant while calculating specific types of totals that consider a value in child elements, for example - Sum. The property is set to True by default, and the top value is considered.

Example

IncludeOwner := True;

IncludeOwner := False;

See also:

IPivotEvaluatorTotals