ActiveReports.Viewer3 Request technical support
SetPage Method
See Also 


curPage
For internal use only.
numPages
For internal use only.
completed
For internal use only.
For internal use only.

Syntax

Visual Basic (Declaration) 
Public Sub SetPage( _
   ByVal curPage As Integer, _
   ByVal numPages As Integer, _
   ByVal completed As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As PageNumber
Dim curPage As Integer
Dim numPages As Integer
Dim completed As Boolean
 
instance.SetPage(curPage, numPages, completed)
C# 
public void SetPage( 
   int curPage,
   int numPages,
   bool completed
)

Parameters

curPage
For internal use only.
numPages
For internal use only.
completed
For internal use only.

See Also