AutoComplete for ASP.NET Web Forms
Add(Field) メソッド

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > FieldCollection クラス > Add メソッド : Add(Field) メソッド
A Field object to add to the collection.
Adds a field or a clone of a field to a C1Report.Fields collection.
シンタックス
'宣言
 
Public Overloads Function Add( _
   ByVal field As Field _
) As Field
public Field Add( 
   Field field
)

パラメータ

field
A Field object to add to the collection.

戻り値の型

A reference to the newly added field.
解説
In the field does not belong to any reports, it is added to the collection. If the field already belongs to a report, a clone is created and added to the collection.
参照

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