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

Table Class
Represents a table element defines a DataRegion that visualizes the bound data in a multicolumn, multirow fashion, with an ordered set of fields in columns and each data record displayed in a row.
Object Model
Table Class
Syntax
'Declaration
 
Public NotInheritable Class Table 
   Inherits DataRegion
   Implements IReportComponentIReportComponentContainerIScopeDefinitionIValidateable 
 
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