ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TableRowCollection Class
Members

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

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

    See Also