RequestOverrides Methods

The RequestOverrides type exposes the following members.

Methods
  NameDescription
Public methodAddHierarchyOverrides
Adds overrides for one of the metric set hierarchies.
Public methodAddMeasureOverrides
Adds overrides for one of the metric set measures.
Public methodAddTopBottomSettingOverrides
Adds top bottom overrides properties.
Public methodConfigureSortPriorityOverrides
Configures the sorting priority overrides for the current data retrieval request. It allows changing the index position on the corresponding axis for all the metric set elements, including measures, thus reflecting the new sorting priorities. Measures or hierarchies missing from the list are placed at the end of their corresponding axis.
Public methodRemoveOverrides(String)
Removes the overrides specified by the usage element unique name.
Public methodRemoveOverrides(AnalysisElementUsage)
Removes the overrides specified by the usage element.
Public methodRemoveTopBottomSettings
Removes the existing top / bottom overrides.
Public methodResetSortPriorityOverrides
Resets the sort priorities overrides.
Top
See Also