combit List & Label 30 - .NET Help
combit.Reporting.DataProviders Namespace / NodeType Enumeration


NodeType Enumeration
Available node types.
Syntax
'Declaration
 
Public Enum NodeType 
   Inherits System.Enum
 
Members
MemberDescription
FlatThe node should be treated as 'flat', i.e. no sub table should be created for it.
TableThe node should be treated as sub table, i.e. it might appear multiple times for a single parent node.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         combit.Reporting.DataProviders.NodeType

Requirements

See Also