ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / IRdlContainer Interface / ReportItems Property

In This Topic
    ReportItems Property (IRdlContainer)
    In This Topic

    Gets a collection of report items.

    Syntax
    'Declaration
     
    ReadOnly Property ReportItems As ReportItemCollection
    ReportItemCollection ReportItems {get;}

    Property Value

    A ReportItemCollection of ReportItem objects.

    See Also