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

ShapeBase Class
Represents the base class for different shapes in a report.
Object Model
ShapeBase Class
Syntax
'Declaration
 
Public MustInherit Class ShapeBase 
   Inherits ReportItem
   Implements IReportComponentIValidateable 
 
Remarks
This abstract class serves as the foundation for all shape types in the report, providing common properties such as RoundingRadius and ShapeStyle.
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