ActiveReports.Viewer3 Request technical support
EndPrint Event
See Also 


Occurs when the last page of the document has printed.

Syntax

Visual Basic (Declaration) 
Public Event EndPrint() As PrintEventHandler
Visual Basic (Usage)Copy Code
Dim instance As Printer
Dim handler As PrintEventHandler
 
AddHandler instance.EndPrint, handler
C# 
public event PrintEventHandler EndPrint()

See Also