ActiveReports 8
ReportComponent Class
Members  See Also 
GrapeCity.ActiveReports.v8 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.CellContents
            GrapeCity.ActiveReports.PageReportModel.ColumnGrouping
            GrapeCity.ActiveReports.PageReportModel.Details
            GrapeCity.ActiveReports.PageReportModel.HeaderFooter
            GrapeCity.ActiveReports.PageReportModel.MapAppearanceRule
            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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also