MeasureOverrides Methods

The MeasureOverrides type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(MeasureOverrides)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodRemoveAggregatorOverride
Removes the aggregator override.
Public methodRemoveMissingDataRuleOverride
Removes the missing data rule override.
Public methodRemoveSortOverride
Removes the sorting override.
Public methodSetAggregatorOverride
Sets the aggregator override.
Public methodSetMissingDataRuleOverride
Sets the missing data rule override.
Public methodSetSortingOverride(SortDirection, IHierarchyLevel)
Configures measure sorting for the specified hierarchy level, when there are no opposite axis hierarchies.
Public methodSetSortingOverride(Boolean, SortDirection, IHierarchyLevel)
Configures measure sorting for the specified hierarchy level, when there are no opposite axis hierarchies.
Public methodSetSortingOverride(SortDirection, IHierarchyLevel, IListMemberValue)
Configures measure sorting for the specified hierarchy level, for the specified opposite axis hierarchy members.
Public methodSetSortingOverride(Boolean, SortDirection, IHierarchyLevel, IListMemberValue)
Configures measure sorting for the specified hierarchy level, for the specified opposite axis hierarchy members.
Top
See Also