ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Tools Namespace / ReportExtensions Class / GetAllReportItems Method

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
    See Also