GrapeCity ActiveReports for .NET 14.0J
RepeatStyle 列挙体

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports.SectionReportModel 名前空間 : RepeatStyle 列挙体
グループヘッダセクションを詳細セクションごとに繰り返すかどうかを指定します。
シンタックス
'宣言
 
Public Enum RepeatStyle 
   Inherits System.Enum
public enum RepeatStyle : System.Enum 
メンバ
メンバ解説
All新しいページまたはカラムごとにグループヘッダセクションを繰り返します。
None新しいページの関連詳細セクションでは、グループヘッダは繰り返されません。
OnColumn新しいカラムごとにグループヘッダセクションを繰り返します。
OnPage新しいページごとにグループヘッダセクションを繰り返します。
OnPageIncludeNoDetail関連する詳細セクションまたはグループフッタセクションを含むページごとにグループヘッダセクションを印刷します。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.SectionReportModel.RepeatStyle

参照

GrapeCity.ActiveReports.SectionReportModel 名前空間
RepeatStyle プロパティ