ActiveReports 18 .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 GrapeCity.ActiveReports.ReportObjectModel.ReportItemCollection containing all the ReportItems in the container.
    Syntax
    'Declaration
     
    Public ReadOnly Property ReportItems As ReportItemCollection
    public ReportItemCollection ReportItems {get;}

    Property Value

    a GrapeCity.ActiveReports.ReportObjectModel.ReportItemCollection containing all the ReportItems in the container.
    See Also