HierarchySortingDefineLevelSorting Method (IHierarchyLevel, String, SortDirection) |
Defines the level sorting for the specified 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 HierarchyLevelSorting DefineLevelSorting(
IHierarchyLevel level,
string memberProperty,
SortDirection direction
)
Public Function DefineLevelSorting (
level As IHierarchyLevel,
memberProperty As String,
direction As SortDirection
) As HierarchyLevelSorting
public:
HierarchyLevelSorting^ DefineLevelSorting(
IHierarchyLevel^ level,
String^ memberProperty,
SortDirection direction
)
member DefineLevelSorting :
level : IHierarchyLevel *
memberProperty : string *
direction : SortDirection -> HierarchyLevelSorting
Parameters
- level
- Type: Dundas.BI.Data.MetadataIHierarchyLevel
The hierarchy level. - memberProperty
- Type: SystemString
The member property to use when sorting. - direction
- Type: Dundas.BISortDirection
The direction.
Return Value
Type:
HierarchyLevelSortingThe level sorting information.
Exceptions
See Also