FlexReport for WinForms
Fields プロパティ (Section)


C1.Win.FlexReport.4.5.2 アセンブリ > C1.Win.FlexReport 名前空間 > Section クラス : Fields プロパティ
この Section内のすべてのフィールドのコレクションを取得します。
シンタックス
'宣言
 
Public ReadOnly Property Fields As FieldCollection
'使用法
 
Dim instance As Section
Dim value As FieldCollection
 
value = instance.Fields
public FieldCollection Fields {get;}
解説

Fields コレクションには、現在のセクションで定義されているすべての Fieldオブジェクトが含まれます。

セクションの Fields コレクションにフィールドを追加すると、そのフィールドは、そのコレクションを所有するセクションに 自動的に割り当てられます。たとえば、次のコードは、フィールドを Detail セクションに追加します。

参照

Section クラス
Section メンバ