AutoComplete for ASP.NET Web Forms
KeepTogetherEnum 列挙体

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 : KeepTogetherEnum 列挙体
Specifies whether the group should be kept together on a page.
シンタックス
'宣言
 
Public Enum KeepTogetherEnum 
   Inherits System.Enum
public enum KeepTogetherEnum : System.Enum 
メンバ
メンバ解説
KeepFirstDetailKeep the group header and first detail section together on a page.
KeepNothingDo not try to keep the group together.
KeepWholeGroupKeep 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.C1Report.KeepTogetherEnum

参照

C1.C1Report 名前空間