GrapeCity ActiveReports for .NET 14.0J
PrintAtBottom プロパティ (GroupFooter)
使用例 

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports.SectionReportModel 名前空間 > GroupFooter クラス : PrintAtBottom プロパティ
セクションをページ下部のページフッタセクションの直前に印刷するかどうかを示す値を取得または設定します。
シンタックス
'宣言
 
Public Property PrintAtBottom As Boolean
public bool PrintAtBottom {get; set;}

プロパティ値

ブール値。フッタセクションをページ下部に印刷する場合は True、そうでない場合は False

解説

レポートレイアウトで複数のグループフッタセクションをページ下部に印刷するように設定すると、後ろのグループフッタセクションが別のページに印刷されます。

使用例
private void groupFooter1_Format(object sender, System.EventArgs eArgs)
{
    this.groupFooter1.PrintAtBottom = true;
}
Private Sub GroupFooter1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles GroupFooter1.Format
   Me.GroupFooter1.PrintAtBottom = True
End Sub
参照

GroupFooter クラス
GroupFooter メンバ