[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Tools.ReportExtensions.GetAllReportItems

GetAllReportItems Method

GetAllReportItems(Report)

Enumerates all report items (from body, header, footer, and their descendants).

Declaration
public static IEnumerable<ReportItem> GetAllReportItems(this Report report)
Parameters
Type Name Description
Report report

A Report object to enumerate items from.

Returns
Type Description
IEnumerable<ReportItem>

An IEnumerable<T> object containing all report items.