MeasureSortingCancelLevelSorting Method

Cancels the sorting policy 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 void CancelLevelSorting(
	IHierarchyLevel level
)

Parameters

level
Type: Dundas.BI.Data.MetadataIHierarchyLevel
The level.
Exceptions
ExceptionCondition
ArgumentNullExceptionlevel is .
ArgumentExceptionlevel is not a current metric set hierarchy level.
See Also