MeasureOverridesSetSortingOverride Method (Boolean, 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)
Syntaxpublic void SetSortingOverride(
bool ignoreHierarchyGroupings,
SortDirection direction,
IHierarchyLevel hierarchyLevel,
IList<MemberValue> oppositeAxisMembers
)
Public Sub SetSortingOverride (
ignoreHierarchyGroupings As Boolean,
direction As SortDirection,
hierarchyLevel As IHierarchyLevel,
oppositeAxisMembers As IList(Of MemberValue)
)
public:
void SetSortingOverride(
bool ignoreHierarchyGroupings,
SortDirection direction,
IHierarchyLevel^ hierarchyLevel,
IList<MemberValue^>^ oppositeAxisMembers
)
member SetSortingOverride :
ignoreHierarchyGroupings : bool *
direction : SortDirection *
hierarchyLevel : IHierarchyLevel *
oppositeAxisMembers : IList<MemberValue> -> unit
Parameters
- ignoreHierarchyGroupings
- Type: SystemBoolean
Value that indicates that current and higher hierarchy level groupings should be ignores when sorting. - 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| Exception | Condition |
|---|
| ArgumentNullException | hierarchyLevel is . |
| ArgumentException | direction 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