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


C1.Report アセンブリ > C1.Report 名前空間 > FieldBase クラス : Section プロパティ
Gets or sets the section to which the field belongs.
シンタックス
'宣言
 
Public Property Section As SectionTypeEnum
'使用法
 
Dim instance As FieldBase
Dim value As SectionTypeEnum
 
instance.Section = value
 
value = instance.Section
public SectionTypeEnum Section {get; set;}
解説
To move a field from one section to another, set its Section property to a new value.
参照

参照

FieldBase クラス
FieldBase メンバ