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

セクションをページ下部のページフッタセクションの直前に印刷するかどうかを示す値を取得または設定します。
構文
'宣言
 
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 メンバ

 

 


©2003-2017 GrapeCity inc. All rights reserved.