FlexReport for WinForms
Add(FieldBase) メソッド


C1.Report アセンブリ > C1.Report 名前空間 > FieldCollection クラス > Add メソッド : Add(FieldBase) メソッド
A FieldBase object to add to the collection.
Adds a field or a clone of a field to the collection.
シンタックス
'宣言
 
Public Overloads Function Add( _
   ByVal field As FieldBase _
) As FieldBase
'使用法
 
Dim instance As FieldCollection
Dim field As FieldBase
Dim value As FieldBase
 
value = instance.Add(field)
public FieldBase Add( 
   FieldBase field
)

パラメータ

field
A FieldBase object to add to the collection.

戻り値の型

A reference to the newly added field.
解説
If 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 メンバ
オーバーロード一覧