IsAutoSort: Boolean;
IsAutoSort: boolean;
The IsAutoSort property determines whether automatic sorting of hierarchies is used on calculation.
The property is relevant for hierarchies for which sorting uses formula.
The sorting direction is set in the IEaxDataAreaHierarchy.SortDirection property.
Available Values:
True. Default. Automatic sorting will be used.
False. Automatic sorting will not be used.
The property use is given in the example for IEaxDataAreaHierarchies.PushChangesToDimInstance.
See also: