ClientOverridesSortPriorityOverrides Property

Gets the client sort priority overrides and allows mixing sorting priorities between measures and hierarchies. It also allows changing the index position on the corresponding axis for all the metric set elements, thus reflecting the new sorting priorities. Measures missing from the list have their sorting canceled, while hierarchies missing from the list are place 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 IList<string> SortPriorityOverrides { get; }

Property Value

Type: IListString
See Also