MeasureSortingItem Property (IHierarchyLevel) |
Gets the
SortDirection defined 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 SortDirection this[
IHierarchyLevel level
] { get; }Public ReadOnly Default Property Item (
level As IHierarchyLevel
) As SortDirection
Get
public:
property SortDirection default[IHierarchyLevel^ level] {
SortDirection get (IHierarchyLevel^ level);
}member Item : SortDirection with get
Parameters
- level
- Type: Dundas.BI.Data.MetadataIHierarchyLevel
The hierarchy level.
Property Value
Type:
SortDirectionThe
SortDirection.
Return Value
Type:
SortDirectionThe sort direction.
Exceptions
See Also