ActiveReports for .NET 18.0J
FindReportItemRecursively メソッド

GrapeCity.ActiveReports.PageReportModel 名前空間 > RomUtils クラス : FindReportItemRecursively メソッド
The collection of IReportComponent to begin the search at.
The name of the sought report item.
Recursively searches through all components to the deepest level looking for the specified report item.
シンタックス
'宣言
 
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.
参照

RomUtils クラス
RomUtils メンバ