GrapeCity.ActiveReports.v9 アセンブリ > GrapeCity.ActiveReports.SectionReportModel 名前空間 > GroupHeader クラス : RepeatStyle プロパティ |
'宣言 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