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

Glossary Item Box

Represents an IReportItem not defined within the RDL specification. The custom report item's information is stored inside the CustomReportItem element under a namespace for the tool or server supporting the type. If the custom report item is not recognized it is treated as an IRectangle.

Object Model

CustomReportItem Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class CustomReportItem 
   Inherits ReportItem
   Implements IRdlContainerIReportComponentIReportComponentContainer 
C# 
public sealed class CustomReportItem : ReportItem, IRdlContainerIReportComponentIReportComponentContainer  

Inheritance Hierarchy

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

See Also