PowerTools ActiveReports for .NET 9.0J
PrintAborted イベント (SectionReport)
使用例 

ユーザーが印刷ジョブをキャンセルしたときに発生します。
構文
'宣言
 
Public Event PrintAborted As EventHandler
public event EventHandler PrintAborted
使用例
private void rptGrapeCity_PrintAborted(object sender, System.EventArgs eArgs)
{
    System.Windows.Forms.MessageBox.Show("Printing has been aborted.");
}
Private Sub SectionReport1_PrintAborted(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.PrintAborted
    MessageBox.Show("Printing has been aborted.")
End Sub
参照

関連項目

SectionReport クラス
SectionReport メンバ
PrintProgress イベント

 

 


©2003-2015 GrapeCity inc. All rights reserved.