IncludeChildren: Boolean;
The IncludeChildren property determines whether child element values are used in aggregation.
Available values:
True. Default value. Child element values will be used in aggregation.
False. Values of elements specified in the IBasicMatrixLevelAggregator.Include property will be used in aggregation. The IBasicMatrixLevelAggregator.Include property should be set to True.
The property use is given in the example for IBasicMatrixLevelAggregator.Include.
See also: