ClientHierarchyLevelSorting Constructor (String, String, SortDirection) |
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic ClientHierarchyLevelSorting(
string level,
string memberProperty,
SortDirection direction
)
Public Sub New (
level As String,
memberProperty As String,
direction As SortDirection
)
public:
ClientHierarchyLevelSorting(
String^ level,
String^ memberProperty,
SortDirection direction
)
new :
level : string *
memberProperty : string *
direction : SortDirection -> ClientHierarchyLevelSortingParameters
- level
- Type: SystemString
The level unique name. - memberProperty
- Type: SystemString
The member property to be used for sorting. - direction
- Type: Dundas.BISortDirection
The sorting direction.
See Also