FlexReport for WinForms
KeepTogetherEnum 列挙体


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 : KeepTogetherEnum 列挙体
Specifies whether the group should be kept together on a page.
シンタックス
'宣言
 
Public Enum KeepTogetherEnum 
   Inherits System.Enum
'使用法
 
Dim instance As KeepTogetherEnum
public enum KeepTogetherEnum : System.Enum 
メンバ
メンバ解説
KeepFirstDetail
Keep the group header and first detail section together on a page.
KeepNothing
Do not try to keep the group together.
KeepWholeGroup
Keep the group header, detail, and footer together on a page.
解説
Use the members of this enumeration to set the value of the Group.KeepTogether and Section.KeepTogether property in the Group and Section classes.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Report.KeepTogetherEnum

参照

参照

C1.Report 名前空間