[]
Enumerates all report items (from body, header, footer, and their descendants).
public static IEnumerable<ReportItem> GetAllReportItems(this Report report)
Type | Name | Description |
---|---|---|
Report | report | A Report object to enumerate items from. |
Type | Description |
---|---|
IEnumerable<ReportItem> | An IEnumerable<T> object containing all report items. |