ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Tools Namespace / ReportExtensions Class / GetAllReportItems Method
A GrapeCity.ActiveReports.PageReportModel.Report object to enumerate items from.

In This Topic
    GetAllReportItems Method
    In This Topic
    Enumerates all report items (from body, header, footer, and their descendants).
    Syntax
    'Declaration
     
    Public Shared Function GetAllReportItems( _
       ByVal report As Report _
    ) As IEnumerable(Of ReportItem)
    public static IEnumerable<ReportItem> GetAllReportItems( 
       Report report
    )

    Parameters

    report
    A GrapeCity.ActiveReports.PageReportModel.Report object to enumerate items from.

    Return Value

    An IEnumerable object containing all report items.
    Remarks
    This method should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    See Also