ActiveReports Developer 7
CurrentPage Property
See Also 
GrapeCity.ActiveReports.Viewer.Win.v7 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer Class : CurrentPage Property

Glossary Item Box

Gets or sets the number of the current document page displayed in the viewer. 1 based. Returns 0 if no report is loaded. Affects History.

Syntax

Visual Basic (Declaration) 
Public Property CurrentPage As System.Integer
C# 
public System.int CurrentPage {get; set;}

See Also