MeasureOverrides Methods |
The MeasureOverrides type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
| Equals(MeasureOverrides) | Indicates whether the current object is equal to another object of the same type. | |
| GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) | |
| RemoveAggregatorOverride |
Removes the aggregator override.
| |
| RemoveMissingDataRuleOverride |
Removes the missing data rule override.
| |
| RemoveSortOverride |
Removes the sorting override.
| |
| SetAggregatorOverride |
Sets the aggregator override.
| |
| SetMissingDataRuleOverride |
Sets the missing data rule override.
| |
| SetSortingOverride(SortDirection, IHierarchyLevel) |
Configures measure sorting for the specified hierarchy level, when there are no opposite axis hierarchies.
| |
| SetSortingOverride(Boolean, SortDirection, IHierarchyLevel) |
Configures measure sorting for the specified hierarchy level, when there are no opposite axis hierarchies.
| |
| SetSortingOverride(SortDirection, IHierarchyLevel, IListMemberValue) |
Configures measure sorting for the specified hierarchy level, for the specified opposite axis hierarchy members.
| |
| SetSortingOverride(Boolean, SortDirection, IHierarchyLevel, IListMemberValue) |
Configures measure sorting for the specified hierarchy level, for the specified opposite axis hierarchy members.
|