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

Glossary Item Box

Defines a GrapeCity.ActiveReports.ReportObjectModel.ReportComponentContainer that containes other GrapeCity.ActiveReports.ReportObjectModel.ReportComponent objects.

Object Model

ReportComponentContainer Class

Syntax

Visual Basic (Declaration) 
Public MustInherit Class ReportComponentContainer 
   Inherits ReportComponent
   Implements IReportComponentIReportComponentContainer 
C# 
public abstract class ReportComponentContainer : ReportComponent, IReportComponentIReportComponentContainer  

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         GrapeCity.ActiveReports.PageReportModel.ReportComponent
            GrapeCity.ActiveReports.PageReportModel.ReportComponentContainer
               GrapeCity.ActiveReports.PageReportModel.Body
               GrapeCity.ActiveReports.PageReportModel.Corner
               GrapeCity.ActiveReports.PageReportModel.DataCell
               GrapeCity.ActiveReports.PageReportModel.DynamicColumnsRows
               GrapeCity.ActiveReports.PageReportModel.MatrixCell
               GrapeCity.ActiveReports.PageReportModel.Page
               GrapeCity.ActiveReports.PageReportModel.PageHeaderFooter
               GrapeCity.ActiveReports.PageReportModel.StaticRowColumn
               GrapeCity.ActiveReports.PageReportModel.Subtotal
               GrapeCity.ActiveReports.PageReportModel.TableCell

See Also