'宣言
Public Shared Function FindReportItemRecursively( _ ByVal components As IEnumerable, _ ByVal soughtReportItemName As String _ ) As ReportItem
public static ReportItem FindReportItemRecursively( IEnumerable components, string soughtReportItemName )
パラメータ
- components
- The collection of IReportComponent to begin the search at.
- soughtReportItemName
- The name of the sought report item.
戻り値の型
The sought report item or null if it is not found.