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

In This Topic
    ReportItems Property (FixedPage)
    In This Topic
    Gets all report items from all pages within the fixed page.
    Syntax
    'Declaration
     
    Public ReadOnly Property ReportItems As IEnumerable(Of ReportItem)
    public IEnumerable<ReportItem> ReportItems {get;}

    Property Value

    A collection of ReportItem objects representing all report items from all pages.
    See Also