MetricSetConfigureSortPriorities Method |
Configures the sorting priorities for the current instance.
The method allows changing the index position on the corresponding axis for all the metric set elements, thus reflecting the new sorting priorities.
Namespace:
Dundas.BI.Entities.MetricSets
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic void ConfigureSortPriorities(
IList<string> elementUniqueNames
)
Public Sub ConfigureSortPriorities (
elementUniqueNames As IList(Of String)
)
public:
void ConfigureSortPriorities(
IList<String^>^ elementUniqueNames
)
member ConfigureSortPriorities :
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