RequestOverrides Class |
Namespace: Dundas.BI.Data.DataRetrieval
The RequestOverrides type exposes the following members.
Name | Description | |
---|---|---|
RequestOverrides(MetricSet) |
Initializes a new instance of the RequestOverrides class.
| |
RequestOverrides(MetricSet, ClientOverrides) |
Initializes a new instance of the RequestOverrides class.
|
Name | Description | |
---|---|---|
EffectiveSortPriorityOverrides |
Gets the effective sorting priorities list of usage element unique names, in descending order of sorting priority.
Any slicers or non-sorted measures are not present in the list.
| |
HierarchyOverrides |
Gets the hierarchy overrides.
| |
IsTimeMemberSharingEnabled |
Gets or sets a value indicating whether hierarchy shared members should be combined or not for the purpose of visualization.
The standard example is to combine Week 53 of any given year with Week 01 of the subsequent year.
| |
MeasureOverrides |
Gets the measure overrides.
| |
MetricSet |
Gets the metric set entity for which the overrides are defined for.
| |
TopBottomOverrides |
Gets the top / bottom overrides for the current request.
| |
Totals |
Gets or sets the totals settings.
| |
TotalsHierarchies |
Gets the hierarchies for which totals are requested.
|
Name | Description | |
---|---|---|
AddHierarchyOverrides |
Adds overrides for one of the metric set hierarchies.
| |
AddMeasureOverrides |
Adds overrides for one of the metric set measures.
| |
AddTopBottomSettingOverrides |
Adds top bottom overrides properties.
| |
ConfigureSortPriorityOverrides |
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.
| |
RemoveOverrides(String) |
Removes the overrides specified by the usage element unique name.
| |
RemoveOverrides(AnalysisElementUsage) |
Removes the overrides specified by the usage element.
| |
RemoveTopBottomSettings |
Removes the existing top / bottom overrides.
| |
ResetSortPriorityOverrides |
Resets the sort priorities overrides.
|