ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportComponent Class
Members

In This Topic
    ReportComponent Class
    In This Topic
    Defines a new ReportComponent.
    Object Model
    ReportComponent Class
    Syntax
    'Declaration
     
    Public MustInherit Class ReportComponent 
       Inherits System.ComponentModel.Component
       Implements IReportComponent 
    public abstract class ReportComponent : System.ComponentModel.Component, IReportComponent  
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             GrapeCity.ActiveReports.PageReportModel.ReportComponent
                GrapeCity.ActiveReports.PageReportModel.BandedListGroup
                GrapeCity.ActiveReports.PageReportModel.CategoryGrouping
                GrapeCity.ActiveReports.PageReportModel.ColumnGrouping
                GrapeCity.ActiveReports.PageReportModel.Details
                GrapeCity.ActiveReports.PageReportModel.Grid
                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
                GrapeCity.ActiveReports.PageReportModel.TablixBody
                GrapeCity.ActiveReports.PageReportModel.TablixCell
                GrapeCity.ActiveReports.PageReportModel.TablixCorner
                GrapeCity.ActiveReports.PageReportModel.TablixCornerCell
                GrapeCity.ActiveReports.PageReportModel.TablixCornerRow
                GrapeCity.ActiveReports.PageReportModel.TablixHeader
                GrapeCity.ActiveReports.PageReportModel.TablixHierarchy
                GrapeCity.ActiveReports.PageReportModel.TablixMember
                GrapeCity.ActiveReports.PageReportModel.TablixRow

    See Also