ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Layout Namespace / IPageInformationService Interface / GetReportItemsOnCurrentPage Method

In This Topic
    GetReportItemsOnCurrentPage Method
    In This Topic
    Returns a PageInfoResult who's PageInfoResult.Value will be IReadonlyReportItemCollection containing the list of ReportItems on the current page.
    Syntax
    'Declaration
     
    Function GetReportItemsOnCurrentPage( _
       ByVal reportItemName As String _
    ) As PageInfoResult
    PageInfoResult GetReportItemsOnCurrentPage( 
       string reportItemName
    )

    Parameters

    reportItemName
    See Also