HierarchyOverridesSetLevelSortOverride Method (IHierarchyLevel, HierarchyMemberPropertyCategory, SortDirection)

Sets a hierarchy level sorting override.

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public HierarchyLevelSorting SetLevelSortOverride(
	IHierarchyLevel level,
	HierarchyMemberPropertyCategory category,
	SortDirection direction
)

Parameters

level
Type: Dundas.BI.Data.MetadataIHierarchyLevel
The level.
category
Type: Dundas.BI.Data.MetadataHierarchyMemberPropertyCategory
The member property category used for sorting.
direction
Type: Dundas.BISortDirection
The sorting direction.

Return Value

Type: HierarchyLevelSorting
The hierarchy level sorting object.
Exceptions
ExceptionCondition
ArgumentNullExceptionlevel is .
ArgumentExceptioncategory is None or Custom.
See Also