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

C1.C1Report.4 アセンブリ > C1.C1Preview.DataBinding 名前空間 > FieldCollection クラス > Item プロパティ : Item(String) プロパティ
オブジェクトの名前。
コレクション内の指定した名前のオブジェクトを取得します。
シンタックス
'宣言
 
Public Overloads ReadOnly Property Item( _
   ByVal name As System.String _
) As Field
public Field Item( 
   System.string name
) {get;}

パラメータ

name
オブジェクトの名前。

プロパティ値

指定した C1.C1Preview.NamedCollectionItem.Nameを持つ Fieldオブジェクト。指定した名前を持つフィールドが見つからなかった場合は空のフィールド。
参照

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