ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / List Class / ReportItems Property

In This Topic
    ReportItems Property (List)
    In This Topic

    Gets the report items contained in the List.

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

    Property Value

    A ReportItemCollection representing the report items contained inside the control.

    See Also