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


C1.Report アセンブリ > C1.Report 名前空間 > Section クラス : Fields プロパティ
Gets a collection of all fields in this Section.
シンタックス
'宣言
 
Public ReadOnly Property Fields As FieldCollection
'使用法
 
Dim instance As Section
Dim value As FieldCollection
 
value = instance.Fields
public FieldCollection Fields {get;}
解説

The Fields collection contains all Field objects defined in the current section.

When you add a field to a section's Fields collection, the field is automatically assigned to the section that owns the collection. For example, the code below adds a field to the Detail section:

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

参照

Section クラス
Section メンバ