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

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

プロパティ値

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

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

ReportFooter クラス
ReportFooter メンバ