Esempio n. 1
0
 void HandlePrintEndPrint(object o, EndPrintArgs args)
 {
     ReportPrinted?.Invoke(this, EventArgs.Empty);
     printing.BeginPrint -= HandlePrintBeginPrint;
     printing.DrawPage   -= HandlePrintDrawPage;
     printing.EndPrint   -= HandlePrintEndPrint;
     printing.Dispose();
 }
Esempio n. 2
0
 void HandlePrintEndPrint(object o, EndPrintArgs args)
 {
     ReportPrinted?.Invoke(this, EventArgs.Empty);
 }
Esempio n. 3
0
 public void RiseReportPrinted()
 {
     ReportPrinted?.Invoke(this, EventArgs.Empty);
 }
Esempio n. 4
0
 protected void OnReportviewer1ReportPrinted(object sender, EventArgs e)
 {
     ReportPrinted?.Invoke(this, EventArgs.Empty);
 }