ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / CustomReportItem Class
Members

In This Topic
    CustomReportItem Class
    In This Topic
    Represents an ReportItem 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
    'Declaration
     
    Public NotInheritable Class CustomReportItem 
       Inherits ReportItem
       Implements IRdlContainerIReportComponentIReportComponentContainerIScopeDefinitionIValidateable 
    Inheritance Hierarchy

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

    See Also