ActiveReports.Viewer3 Request technical support
CurrentPage Property
See Also 


Gets or sets the number of the current document page displayed in the viewer.

Syntax

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

Return Value

An integer value that represents the current page number in the viewer.

See Also