IncludeParent: Boolean;
IncludeParent: boolean;
The IncludeParent property determines whether to consider a source hierarchy element in aggregation.
Value of the IncludeParent property is considered in calculation if the IMsCrossDimensionAggregationOptions.FollowHierarchy property is set to True.
Available values:
True. Consider source hierarchy element.
False. Default value. Do not consider source hierarchy element.
The property use is given in the example for IMsCrossDimensionAggregationOptions.LevelValue.
See also: