ActiveReports.Viewer3 Request technical support
BeginPrint Event
See Also 


Occurs when the Print method is called and before the first page of the document prints.

Syntax

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

See Also