ActiveReports Developer 7
PrintProgressEventArgs Constructor
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Printing Namespace > PrintProgressEventArgs Class : PrintProgressEventArgs Constructor

currentPage
Current printing page.

Glossary Item Box

Creates a new instance of the PrintProgressEventArgs with progress set at the specified page. 

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal currentPage As System.Integer _
)
C# 
public PrintProgressEventArgs( 
   System.int currentPage
)

Parameters

currentPage
Current printing page.

See Also