ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.Extensibility.Data.SchemaModel Namespace / DataSchema Class / Tables Property

In This Topic
    Tables Property
    In This Topic
    The tables collection
    Syntax
    'Declaration
     
    Public ReadOnly Property Tables As GrapeCity.ActiveReports.Extensibility.Rendering.Components.IItemCollection(Of Table)
    public GrapeCity.ActiveReports.Extensibility.Rendering.Components.IItemCollection<Table> Tables {get;}
    See Also