CurrentPage Property (Viewer)
In This Topic
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
'Declaration
Public Property CurrentPage As Integer
public int CurrentPage {get; set;}
See Also