MeasureSortingSortByHierarchy Method (SortDirection, IHierarchyLevel, 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)
Syntaxpublic void SortByHierarchy(
SortDirection direction,
IHierarchyLevel hierarchyLevel,
IList<MemberValue> oppositeAxisMembers
)
Public Sub SortByHierarchy (
direction As SortDirection,
hierarchyLevel As IHierarchyLevel,
oppositeAxisMembers As IList(Of MemberValue)
)
public:
void SortByHierarchy(
SortDirection direction,
IHierarchyLevel^ hierarchyLevel,
IList<MemberValue^>^ oppositeAxisMembers
)
member SortByHierarchy :
direction : SortDirection *
hierarchyLevel : IHierarchyLevel *
oppositeAxisMembers : IList<MemberValue> -> unit
Parameters
- direction
- Type: Dundas.BISortDirection
The sort direction. - hierarchyLevel
- Type: Dundas.BI.Data.MetadataIHierarchyLevel
The hierarchy level. - oppositeAxisMembers
- Type: System.Collections.GenericIListMemberValue
The column hierarchy members.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | hierarchyLevel is . |
| ArgumentException | direction is invalid
or
hierarchyLevel is not an axis hierarchy level
or
oppositeAxisMembers is , empty, or not corresponding to the existing opposite axis hierarchies. |
See Also