Detect Print Button Click Event in Print Preview
In my Order Program, once the user has completed the placement of an order and saved same, the print preview comes up with the invoice. I need to be able to detect if the user actually printed the invoice from this location so I can create a log file of printed invoices.
Is there a way to detect if a user actually printed the invoice?
Thanks for your help. rd.
Is there a way to detect if a user actually printed the invoice?
Thanks for your help. rd.
Comments
You may use the Config.ReportSettings.ReportPrinted event handler which fires after the report was printed.