ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.Extensibility.Data.SchemaModel Namespace / TableType Enumeration

In This Topic
    TableType Enumeration
    In This Topic
    Defines enumeration of table types.
    Syntax
    'Declaration
     
    Public Enum TableType 
       Inherits System.Enum
    public enum TableType : System.Enum 
    Members
    MemberDescription
    TableTable
    ViewView
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.TableType

    See Also