ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportComponentContainer Class
Members

In This Topic
    ReportComponentContainer Class
    In This Topic
    Defines a GrapeCity.ActiveReports.ReportObjectModel.ReportComponentContainer that containes other GrapeCity.ActiveReports.ReportObjectModel.ReportComponent objects.
    Object Model
    ReportComponentContainer Class
    Syntax
    'Declaration
     
    Public MustInherit Class ReportComponentContainer 
       Inherits ReportComponent
       Implements IRdlContainerIReportComponentIReportComponentContainer 
    public abstract class ReportComponentContainer : ReportComponent, IRdlContainerIReportComponentIReportComponentContainer  
    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