HierarchySortingItem Property

Gets the HierarchyLevelSorting for the specified level.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public HierarchyLevelSorting this[
	IHierarchyLevel level
] { get; }

Parameters

level
Type: Dundas.BI.Data.MetadataIHierarchyLevel
The level.

Property Value

Type: HierarchyLevelSorting
The HierarchyLevelSorting.

Return Value

Type: HierarchyLevelSorting
The level sorting behavior.
Exceptions
ExceptionCondition
ArgumentNullExceptionlevel is .
See Also