FlexReport for WinForms
Item(String) プロパティ


C1.Report アセンブリ > C1.Report 名前空間 > DataFieldCollection クラス > Item プロパティ : Item(String) プロパティ
The name of DataField.
Gets a DataField with specified name, throws an exception if not found.
シンタックス
'宣言
 
Public Overloads ReadOnly Property Item( _
   ByVal name As System.String _
) As DataField
'使用法
 
Dim instance As DataFieldCollection
Dim name As System.String
Dim value As DataField
 
value = instance.Item(name)
public DataField Item( 
   System.string name
) {get;}

パラメータ

name
The name of DataField.

プロパティ値

Returns DataField object with specified name, throws an exception if not found.
参照

参照

DataFieldCollection クラス
DataFieldCollection メンバ
オーバーロード一覧