SortTransformations: IEaxDataAreaTransformations;
SortTransformations: Prognoz.Platform.Interop.Express.IEaxDataAreaTransformations;
The SortTransformations property returns collection of data transformation formulas of alternative hierarchy elements.
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. The sorting directions are determined in the IEaxDataAreaHierarchy.SortDirection property. To sort elements of alternative hierarchy, use the IEaxDataAreaHierarchy.Sort method.
See also: