MeasureOverridesSetSortingOverride Method (Boolean, SortDirection, IHierarchyLevel) |
Configures measure sorting for the specified hierarchy level, when there are no opposite axis hierarchies.
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
)
Public Sub SetSortingOverride (
ignoreHierarchyGroupings As Boolean,
direction As SortDirection,
hierarchyLevel As IHierarchyLevel
)
public:
void SetSortingOverride(
bool ignoreHierarchyGroupings,
SortDirection direction,
IHierarchyLevel^ hierarchyLevel
)
member SetSortingOverride :
ignoreHierarchyGroupings : bool *
direction : SortDirection *
hierarchyLevel : IHierarchyLevel -> 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.
Exceptions
See Also