GrapeCity ActiveReports for .NET 14.0J
RepeatStyle プロパティ
使用例 

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports.SectionReportModel 名前空間 > GroupHeader クラス : RepeatStyle プロパティ
カラムごとに、またはDetailセクションや関連フッタが印刷されるページごとにセクションを印刷するかどうかを示す値を取得または設定します。
シンタックス
'宣言
 
Public Property RepeatStyle As RepeatStyle
public RepeatStyle RepeatStyle {get; set;}

プロパティ値

RepeatStyle列挙体。デフォルトはRepeatStyle.Noneです。

設定可能な値一覧:

使用例
private void groupHeader1_Format(object sender, System.EventArgs eArgs)
{
    this.groupHeader1.RepeatStyle =  RepeatStyle.OnPageIncludeNoDetail;
}
Private Sub GroupHeader1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles GroupHeader1.Format
   Me.GroupHeader1.RepeatStyle = RepeatStyle.OnPageIncludeNoDetail
End Sub
参照

GroupHeader クラス
GroupHeader メンバ