ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace / ITableGroup Interface / Table Property

In This Topic
    Table Property (ITableGroup)
    In This Topic
    Gets the ITable that this group is a member of.
    Syntax
    'Declaration
     
    ReadOnly Property Table As ITable
    ITable Table {get;}

    Property Value

    An instance of ITable representing the table that this group belongs to.
    See Also