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