MeasureSortingSortByHierarchy Method |
| Name | Description | |
|---|---|---|
| SortByHierarchy(SortDirection, IHierarchy) |
Sorts the measure values for all the levels of the specified hierarchy.
| |
| SortByHierarchy(SortDirection, IHierarchyLevel) |
Sorts the measure values for the specified hierarchy level.
| |
| SortByHierarchy(SortDirection, String) |
Sorts the measure values for the specified hierarchy level.
| |
| SortByHierarchy(Boolean, SortDirection, IHierarchyLevel) |
Sorts the measure values for the specified hierarchy level.
| |
| SortByHierarchy(Boolean, SortDirection, String) |
Sorts the measure values for the specified hierarchy level.
| |
| SortByHierarchy(SortDirection, IHierarchy, IListMemberValue) |
Sorts the measure values for all the levels of the specified hierarchy.
| |
| SortByHierarchy(SortDirection, IHierarchyLevel, IListMemberValue) |
Sorts the measure values for the specified hierarchy level.
| |
| SortByHierarchy(SortDirection, String, IListMemberValue) |
Sorts the measure values for the specified hierarchy level.
| |
| SortByHierarchy(Boolean, SortDirection, IHierarchyLevel, IListMemberValue) |
Sorts the measure values for the specified hierarchy level.
| |
| SortByHierarchy(Boolean, SortDirection, String, IListMemberValue) |
Sorts the measure values for the specified hierarchy level.
|