ActiveReports.Viewer3 Request technical support
PrintProgressEventArgs Constructor
See Also 


currentPage
Specifies the current printing page.
Creates a new instance of the PrintProgressEventArgs with progress set at the specified page. 

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal currentPage As Integer _
)
Visual Basic (Usage)Copy Code
Dim currentPage As Integer
 
Dim instance As PrintProgressEventArgs(currentPage)
C# 
public PrintProgressEventArgs( 
   int currentPage
)

Parameters

currentPage
Specifies the current printing page.

See Also