RequestOverridesConfigureSortPriorityOverrides Method |
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.
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic void ConfigureSortPriorityOverrides(
IList<string> elementUniqueNames
)
Public Sub ConfigureSortPriorityOverrides (
elementUniqueNames As IList(Of String)
)
public:
void ConfigureSortPriorityOverrides(
IList<String^>^ elementUniqueNames
)
member ConfigureSortPriorityOverrides :
elementUniqueNames : IList<string> -> unit
Parameters
- elementUniqueNames
- Type: System.Collections.GenericIListString
The unique names for the elements for which the sorting priority is changed, in decreasing priority order.
Exceptions
See Also