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

In This Topic
    ShapeBase Class
    In This Topic
    The shape abstract class.
    Object Model
    ShapeBase Class
    Syntax
    'Declaration
     
    Public MustInherit Class ShapeBase 
       Inherits ReportItem
       Implements IReportComponentIValidateable 
    public abstract class ShapeBase : ReportItem, IReportComponentIValidateable  
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             GrapeCity.ActiveReports.PageReportModel.ReportComponent
                GrapeCity.ActiveReports.PageReportModel.ReportItem
                   GrapeCity.ActiveReports.PageReportModel.ShapeBase
                      GrapeCity.ActiveReports.PageReportModel.Container
                      GrapeCity.ActiveReports.PageReportModel.Shape

    See Also