ActiveReports.Viewer3 Request technical support
CurrentPage Property
See Also 


Gets or sets the currently printing page.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property CurrentPage As Integer
Visual Basic (Usage)Copy Code
Dim instance As PrintProgressEventArgs
Dim value As Integer
 
value = instance.CurrentPage
C# 
public int CurrentPage {get;}

See Also