IPivotEvaluatorTotals.IncludeOwner

Syntax

IncludeOwner: Boolean;

Description

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

Comments

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

Example

IncludeOwner := True;

IncludeOwner := False;

See also:

IPivotEvaluatorTotals