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

In This Topic
    CustomReportItem Class
    In This Topic
    Represents a custom ReportItem that not defined within the RDL (Report Definition Language) specification.
    Object Model
    CustomReportItem Class
    Syntax
    'Declaration
     
    Public NotInheritable Class CustomReportItem 
       Inherits ReportItem
       Implements IRdlContainerIReportComponentIReportComponentContainerIScopeDefinitionIValidateable 
    Remarks
    The custom report item's definition is encapsulated within the CustomReportItem element under a namespace specific to the supporting tool or server. If unrecognized, it defaults to behaving as an System.ComponentModel.IContainer.
    Inheritance Hierarchy

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

    See Also