FlexReport for WinForms
FindByName メソッド (ReportObjectCollection<TItem>)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > ReportObjectCollection<TItem> クラス : FindByName メソッド
The name of the item.
Gets the item by its name, returns null if not found.
シンタックス
'宣言
 
Public Function FindByName( _
   ByVal name As System.String _
) As TItem
'使用法
 
Dim instance As ReportObjectCollection(Of TItem)
Dim name As System.String
Dim value As TItem
 
value = instance.FindByName(name)
public TItem FindByName( 
   System.string name
)

パラメータ

name
The name of the item.

戻り値の型

Returns the item with specified name, null otherwise.
参照

参照

ReportObjectCollection<TItem> クラス
ReportObjectCollection<TItem> メンバ