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)
Syntax
public IReadOnlyList<string> EffectiveSortPriorityOverrides { get; }

Property Value

Type: IReadOnlyListString
See Also