[]
Recursively searches through all components to the deepest level looking for the specified report item.
public static ReportItem FindReportItemRecursively(IEnumerable components, string soughtReportItemName)
| Type | Name | Description |
|---|---|---|
| IEnumerable | components | The collection of IReportComponent to begin the search at. |
| string | soughtReportItemName | The name of the sought report item. |
| Type | Description |
|---|---|
| ReportItem | The sought report item or null if it is not found. |