IncludeOnlyChild: Boolean;
IncludeOnlyChild: boolean;
The IncludeOnlyChild property determines whether to calculate aggregation only one level down the hierarchy.
Value of the IncludeOnlyChild property is considered in calculation if the IMsCrossDimensionAggregationOptions.FollowHierarchy property is set to True.
Available values:
True. Aggregation is calculated only one level down the hierarchy.
False. Default value. Aggregation is calculated by all hierarchy levels.
The property use is given in the example for IMsCrossDimensionAggregationOptions.LevelValue.
See also: