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


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

The Group and Field objects also have KeepTogether properties.

The Group object's Group.KeepTogether property works across sections. It determines whether group headers should be kept together with their first detail section or whether entire groups should be kept together on a page.

The Field object's FieldBase.KeepTogether property determines whether the field should be rendered on a single page or whether it is allowed to be split across page breaks.

参照

参照

Section クラス
Section メンバ