ActiveReports Developer 7
TableRowCollection Class
Members  See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : TableRowCollection Class

Glossary Item Box

Provides a strongly typed collection for TableRow objects.

Object Model

TableRowCollection Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class TableRowCollection 
   Inherits System.Collections.CollectionBase
C# 
public sealed class TableRowCollection : System.Collections.CollectionBase 

Inheritance Hierarchy

System.Object
      GrapeCity.ActiveReports.PageReportModel.TableRowCollection

See Also