
| Visual Basic (Declaration) | |
|---|---|
Public NotInheritable Class Shape Inherits ShapeBase Implements IReportComponent | |
| C# | |
|---|---|
public sealed class Shape : ShapeBase, IReportComponent | |
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
GrapeCity.ActiveReports.PageReportModel.ReportComponent
GrapeCity.ActiveReports.PageReportModel.ReportItem
GrapeCity.ActiveReports.PageReportModel.Shape