ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TableGroupCollection Class
Members

In This Topic
    TableGroupCollection Class
    In This Topic
    Provides a strongly typed collection for TableGroup objects.
    Object Model
    TableGroupCollection Class
    Syntax
    'Declaration
     
    Public NotInheritable Class TableGroupCollection 
       Inherits GrapeCity.ActiveReports.PageReportModel.ItemCollection(Of TableGroup)
    public sealed class TableGroupCollection : GrapeCity.ActiveReports.PageReportModel.ItemCollection<TableGroup> 
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.PageReportModel.ItemCollection<T>
          GrapeCity.ActiveReports.PageReportModel.TableGroupCollection

    See Also