IncludeOwner: Boolean;
The IncludeOwner property determines whether top values are taken into account during totals calculation.
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.
IncludeOwner := True;
IncludeOwner := False;
See also: