MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportComponent Class
Members

ReportComponent Class
Represents a base class for a report component within a report.
Object Model
ReportComponent Class
Syntax
'Declaration
 
Public MustInherit Class ReportComponent 
   Inherits System.ComponentModel.Component
   Implements IReportComponent 
 
Remarks
This abstract class defines the core properties and behaviors for all report components.
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.GridCell
            GrapeCity.ActiveReports.PageReportModel.GridColumn
            GrapeCity.ActiveReports.PageReportModel.GridRow
            GrapeCity.ActiveReports.PageReportModel.HeaderFooter
            GrapeCity.ActiveReports.PageReportModel.MatrixRow
            GrapeCity.ActiveReports.PageReportModel.Report
            GrapeCity.ActiveReports.PageReportModel.ReportComponentContainer
            GrapeCity.ActiveReports.PageReportModel.ReportItem
            GrapeCity.ActiveReports.PageReportModel.ReportSection
            GrapeCity.ActiveReports.PageReportModel.ReportSectionPage
            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