MeasureSortingSortByHierarchy Method (Boolean, SortDirection, String, IListMemberValue)

Sorts the measure values 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 SortByHierarchy(
	bool ignoreHierarchyGroupings,
	SortDirection direction,
	string hierarchyLevelUniqueName,
	IList<MemberValue> oppositeAxisMembers
)

Parameters

ignoreHierarchyGroupings
Type: SystemBoolean
Value the specifies if current and higher hierarchy level groupings should be ignored when sorting.
direction
Type: Dundas.BISortDirection
The sort direction.
hierarchyLevelUniqueName
Type: SystemString
The hierarchy level.
oppositeAxisMembers
Type: System.Collections.GenericIListMemberValue
The column hierarchy members.
Exceptions
ExceptionCondition
ArgumentExceptiondirection is invalid or hierarchyLevelUniqueName is or Empty or oppositeAxisMembers is , empty, or not corresponding to the existing opposite axis hierarchies.
See Also