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


C1.Win.FlexReport.4.5.2 アセンブリ > C1.Win.FlexReport 名前空間 > FieldBase クラス : Section プロパティ
フィールドが属するセクションを取得または設定します。
シンタックス
'宣言
 
Public Property Section As SectionTypeEnum
'使用法
 
Dim instance As FieldBase
Dim value As SectionTypeEnum
 
instance.Section = value
 
value = instance.Section
public SectionTypeEnum Section {get; set;}
解説
フィールドを 1 つのセクションから別のセクションに移動するには、 Sectionプロパティを新しい値に設定します。
参照

FieldBase クラス
FieldBase メンバ