MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TableRowCollection Class
Members

TableRowCollection Class
Represents a strongly typed collection of TableRow objects.
Object Model
TableRowCollection Class
Syntax
'Declaration
 
Public NotInheritable Class TableRowCollection 
   Inherits GrapeCity.ActiveReports.PageReportModel.ItemCollection(Of TableRow)
 
Inheritance Hierarchy

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

See Also