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

セクションの印刷前に新しいページを挿入するか、印刷後に挿入するか、または印刷前と印刷後の両方で挿入するかを決定する値を取得または設定します。
構文
'宣言
 
Public Property NewPage As NewPage
public NewPage NewPage {get; set;}

プロパティ値

NewPage列挙体。設定可能な値一覧:

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

関連項目

GroupFooter クラス
GroupFooter メンバ

 

 


©2003-2015 GrapeCity inc. All rights reserved.