MeasureSortingItem Property (String)

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[
	string levelUniqueName
] { get; }

Parameters

levelUniqueName
Type: SystemString
The hierarchy level unique name.

Property Value

Type: SortDirection
The SortDirection.

Return Value

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