MeasureSortingItem Property (IHierarchyLevel)

Gets the SortDirection defined for the specified hierarchy 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 SortDirection this[
	IHierarchyLevel level
] { get; }

Parameters

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

Property Value

Type: SortDirection
The SortDirection.

Return Value

Type: SortDirection
The sort direction.
Exceptions
ExceptionCondition
ArgumentNullExceptionlevel is .
ArgumentExceptionlevel does not belong to any of the current metric set hierarchies.
See Also