ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportComponentContainer Class / ReportItems Property

In This Topic
    ReportItems Property (ReportComponentContainer)
    In This Topic
    Gets a ReportItemCollection containing all the ReportItems in the container.
    Syntax
    'Declaration
     
    Public ReadOnly Property ReportItems As ReportItemCollection
    public ReportItemCollection ReportItems {get;}

    Property Value

    A ReportItemCollection object containing all the ReportItem objects in the container.
    See Also