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

Glossary Item Box

The Table element defines a tabular grouped layout of the data region.

Object Model

Table Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class Table 
   Inherits DataRegion
   Implements IReportComponentIReportComponentContainer 
C# 
public sealed class Table : DataRegion, IReportComponentIReportComponentContainer  

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         GrapeCity.ActiveReports.PageReportModel.ReportComponent
            GrapeCity.ActiveReports.PageReportModel.ReportItem
               GrapeCity.ActiveReports.PageReportModel.DataRegion
                  GrapeCity.ActiveReports.PageReportModel.Table

See Also