RequestOverridesEffectiveSortPriorityOverrides Property |
Gets the effective sorting priorities list of usage element unique names, in descending order of sorting priority.
Any slicers or non-sorted measures are not present in the list.
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic IReadOnlyList<string> EffectiveSortPriorityOverrides { get; }Public ReadOnly Property EffectiveSortPriorityOverrides As IReadOnlyList(Of String)
Get
public:
property IReadOnlyList<String^>^ EffectiveSortPriorityOverrides {
IReadOnlyList<String^>^ get ();
}member EffectiveSortPriorityOverrides : IReadOnlyList<string> with get
Property Value
Type:
IReadOnlyListString
See Also