MeasureSortingSortByHierarchy Method

Overload List
  NameDescription
Public methodSortByHierarchy(SortDirection, IHierarchy)
Sorts the measure values for all the levels of the specified hierarchy.
Public methodSortByHierarchy(SortDirection, IHierarchyLevel)
Sorts the measure values for the specified hierarchy level.
Public methodSortByHierarchy(SortDirection, String)
Sorts the measure values for the specified hierarchy level.
Public methodSortByHierarchy(Boolean, SortDirection, IHierarchyLevel)
Sorts the measure values for the specified hierarchy level.
Public methodSortByHierarchy(Boolean, SortDirection, String)
Sorts the measure values for the specified hierarchy level.
Public methodSortByHierarchy(SortDirection, IHierarchy, IListMemberValue)
Sorts the measure values for all the levels of the specified hierarchy.
Public methodSortByHierarchy(SortDirection, IHierarchyLevel, IListMemberValue)
Sorts the measure values for the specified hierarchy level.
Public methodSortByHierarchy(SortDirection, String, IListMemberValue)
Sorts the measure values for the specified hierarchy level.
Public methodSortByHierarchy(Boolean, SortDirection, IHierarchyLevel, IListMemberValue)
Sorts the measure values for the specified hierarchy level.
Public methodSortByHierarchy(Boolean, SortDirection, String, IListMemberValue)
Sorts the measure values for the specified hierarchy level.
Top
See Also