Event handler on ReportPrinted

Post Reply
G.Schadegg
Posts: 4
Joined: Fri Oct 10, 2014 1:39 am

Event handler on ReportPrinted

Post by G.Schadegg »

Hello,
I've got an issue with Event Handler on ReportPrinted.
I start to print the report :
Globals.Report.Report_to_print.Print();

Then I'd like to get the event when the report has been printed out.
I could use Globals.Report.Report_to_print.ReportPrinted event but I don't understand where I can find the method on which to subscribe.
like:
public delegate bool Mydelegate();
Mydelegate dReportPrinted = new Mydelegate( Method to subscribe);
dReportPrinted();

or

Public subscribe method;

I know this is a basic question but if I don't have an answer on it I would never understand how to find this method and the others like OnChange and so on.

Thanks for your answer.

G.Schadegg
R&D Engineer Electronic

G.Schadegg
Posts: 4
Joined: Fri Oct 10, 2014 1:39 am

Re: Event handler on ReportPrinted

Post by G.Schadegg »

Hello and happy new year.

Problem is solved... thanks for your help.
G.Schadegg
Electronic R&D Engineer

Post Reply