IsChildrenBeforeParents: Boolean;
IsChildrenBeforeParents: boolean;
The IsChildrenBeforeParents property returns whether child elements of hierarchy are located before parent ones.
Available values:
True. Child elements are placed before parent ones.
False. Default. Child elements are placed after parent ones.
To determine whether to place child elements of hierarchy before parent ones, use IPivotDimensionLevelPropertiesCommon.ChildrenBeforeParents.
The property use is given in the example for IPivotDimensionLevelPropertiesCommon.ChildrenBeforeParents.
See also: