RequestOverridesDataSortPriorityOverrides 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.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(EmitDefaultValue = false, Name = "sortPriorityOverrides")]
public IList<string> SortPriorityOverrides { get; }<DataMemberAttribute(EmitDefaultValue := false, Name := "sortPriorityOverrides")>
Public ReadOnly Property SortPriorityOverrides As IList(Of String)
Get
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"sortPriorityOverrides")]
property IList<String^>^ SortPriorityOverrides {
IList<String^>^ get ();
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "sortPriorityOverrides")>]
member SortPriorityOverrides : IList<string> with get
Property Value
Type:
IListString
See Also