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)
Syntax
public void ConfigureSortPriorityOverrides(
	IList<string> elementUniqueNames
)

Parameters

elementUniqueNames
Type: System.Collections.GenericIListString
The unique names for the elements for which the sorting priority is changed, in decreasing priority order.
Exceptions
ExceptionCondition
ArgumentExceptionelementUniqueNames is or empty.
See Also