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


C1.Report アセンブリ > C1.Report 名前空間 > FieldBase クラス : KeepTogether プロパティ
Specifies whether the field should be kept together on a page.
シンタックス
'宣言
 
Public Property KeepTogether As System.Boolean
'使用法
 
Dim instance As FieldBase
Dim value As System.Boolean
 
instance.KeepTogether = value
 
value = instance.KeepTogether
public System.bool KeepTogether {get; set;}
解説

If this property is set to true, the control will insert page breaks in order to keep the field contents together on a page.

If it is set to false, and the containing Section also has its Section.KeepTogether property set to false, then the field may be rendered across two or more pages.

参照

参照

FieldBase クラス
FieldBase メンバ