[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.RomUtils.FindReportItemRecursively

FindReportItemRecursively Method

FindReportItemRecursively(IEnumerable, string)

Recursively searches through all components to the deepest level looking for the specified report item.

Declaration
public static ReportItem FindReportItemRecursively(IEnumerable components, string soughtReportItemName)
Parameters
Type Name Description
IEnumerable components

The collection of IReportComponent to begin the search at.

string soughtReportItemName

The name of the sought report item.

Returns
Type Description
ReportItem

The sought report item or null if it is not found.