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


C1.WPF.Report アセンブリ > C1.WPF.Report 名前空間 > 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 セクションに追加します。

_c1r.Sections.Detail.Fields.Add("new field", "CompanyLogo", rc);
参照

Section クラス
Section メンバ