ActiveReports 8
PrintProgressEventArgs Constructor
See Also 
GrapeCity.ActiveReports.Extensibility.v8 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also