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

Glossary Item Box

Defines a new ReportComponent.

Object Model

ReportComponent Class

Syntax

Visual Basic (Declaration) 
Public MustInherit Class ReportComponent 
   Inherits System.ComponentModel.Component
   Implements IReportComponent 
C# 
public abstract class ReportComponent : System.ComponentModel.Component, IReportComponent  

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         GrapeCity.ActiveReports.PageReportModel.ReportComponent
            GrapeCity.ActiveReports.PageReportModel.CategoryGrouping
            GrapeCity.ActiveReports.PageReportModel.ColumnGrouping
            GrapeCity.ActiveReports.PageReportModel.Details
            GrapeCity.ActiveReports.PageReportModel.HeaderFooter
            GrapeCity.ActiveReports.PageReportModel.MatrixRow
            GrapeCity.ActiveReports.PageReportModel.Report
            GrapeCity.ActiveReports.PageReportModel.ReportComponentContainer
            GrapeCity.ActiveReports.PageReportModel.ReportItem
            GrapeCity.ActiveReports.PageReportModel.RowGrouping
            GrapeCity.ActiveReports.PageReportModel.SeriesGrouping
            GrapeCity.ActiveReports.PageReportModel.TableGroup
            GrapeCity.ActiveReports.PageReportModel.TableRow

See Also