ActiveReports Developer 7
Shape Class
Members  See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : Shape Class

Glossary Item Box

Represents the shape on the report.

Object Model

Shape Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class Shape 
   Inherits ShapeBase
   Implements IReportComponent 
C# 
public sealed class Shape : ShapeBase, IReportComponent  

Inheritance Hierarchy

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

See Also