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


In This Topic
    NodeType Enumeration
    In This Topic
    Available node types.
    Syntax
    'Declaration
     
    
    Public Enum NodeType 
       Inherits System.Enum
    public enum NodeType : System.Enum 
    public enum class NodeType : public 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