Show contents 

Express > Express Assembly Interfaces > IEaxDataAreaHierarchy > IEaxDataAreaHierarchy.SortTransformations

IEaxDataAreaHierarchy.SortTransformations

Syntax

SortTransformations: IEaxDataAreaTransformations;

Description

The SortTransformations property returns collection of data transformation formulas of alternative hierarchy elements.

Comments

A formula that will be determined in the transformation formula expression should return integer value. This value will be considered as the Order attribute value and according to it the elements will be presented in the list. Element sorting direction is determined in the IEaxDataAreaHierarchy.SortDirection property. To sort elements of alternative hierarchy, use the IEaxDataAreaHierarchy.Sort method.

See also:

IEaxDataAreaHierarchy