MeasureSorting Methods |
The MeasureSorting type exposes the following members.
| Name | Description | |
|---|---|---|
| CancelLevelSorting |
Cancels the sorting policy for the specified hierarchy level.
| |
| CancelSorting |
Cancels all sorting.
| |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
| Equals(MeasureSorting) | Indicates whether the current object is equal to another object of the same type. | |
| GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) | |
| 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.
|