MeasureOverridesSetSortingOverride Method (SortDirection, IHierarchyLevel, IListMemberValue)

Configures measure sorting for the specified hierarchy level, for the specified opposite axis hierarchy members.

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 void SetSortingOverride(
	SortDirection direction,
	IHierarchyLevel hierarchyLevel,
	IList<MemberValue> oppositeAxisMembers
)

Parameters

direction
Type: Dundas.BISortDirection
The sort direction.
hierarchyLevel
Type: Dundas.BI.Data.MetadataIHierarchyLevel
The hierarchy level.
oppositeAxisMembers
Type: System.Collections.GenericIListMemberValue
The opposite axis hierarchy members.
Exceptions
ExceptionCondition
ArgumentNullExceptionhierarchyLevel is .
ArgumentExceptiondirection is invalid or hierarchyLevel is not an axis hierarchy level or oppositeAxisMembers is , empty, or the members do not belong an opposite axis hierarchy.
See Also