MeasureSortingSortByHierarchy Method (Boolean, SortDirection, String) |
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(
bool ignoreHierarchyGroupings,
SortDirection direction,
string hierarchyLevelUniqueName
)
Public Sub SortByHierarchy (
ignoreHierarchyGroupings As Boolean,
direction As SortDirection,
hierarchyLevelUniqueName As String
)
public:
void SortByHierarchy(
bool ignoreHierarchyGroupings,
SortDirection direction,
String^ hierarchyLevelUniqueName
)
member SortByHierarchy :
ignoreHierarchyGroupings : bool *
direction : SortDirection *
hierarchyLevelUniqueName : string -> unit
Parameters
- ignoreHierarchyGroupings
- Type: SystemBoolean
Value the specifies if current and higher hierarchy level groupings should be ignored when sorting. - direction
- Type: Dundas.BISortDirection
The direction. - hierarchyLevelUniqueName
- Type: SystemString
The hierarchy level unique name.
Exceptions| Exception | Condition |
|---|
| ArgumentException | direction is invalid
or
hierarchyLevelUniqueName is or Empty
or
the current metric set has opposite axis hierarchies for which specific members must be specified. |
See Also