ActiveReports.Viewer3 Request technical support
PrintPage Event
See Also 


Occurs when the output to print for the current page is needed.

Syntax

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

See Also