HierarchySortingLevelsSorting Property |
Gets the defined sorting rules for the hierarchy levels.
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic IReadOnlyList<HierarchyLevelSorting> LevelsSorting { get; }Public ReadOnly Property LevelsSorting As IReadOnlyList(Of HierarchyLevelSorting)
Get
public:
property IReadOnlyList<HierarchyLevelSorting^>^ LevelsSorting {
IReadOnlyList<HierarchyLevelSorting^>^ get ();
}member LevelsSorting : IReadOnlyList<HierarchyLevelSorting> with get
Property Value
Type:
IReadOnlyListHierarchyLevelSorting
See Also