ComponentOne FlexReport for WinForms
SetPageIndex Method (C1FlexViewer)

C1.Win.FlexViewer.4 Assembly > C1.Win.FlexViewer Namespace > C1FlexViewer Class : SetPageIndex Method
The 0-based index of the page.
Specifies whether the previous position should be added to the history.
Sets the 0-based index of the currently visible page.
Syntax
'Declaration
 
Public Sub SetPageIndex( _
   ByVal pageIndex As System.Integer, _
   ByVal updateHistory As System.Boolean _
) 
public void SetPageIndex( 
   System.int pageIndex,
   System.bool updateHistory
)

Parameters

pageIndex
The 0-based index of the page.
updateHistory
Specifies whether the previous position should be added to the history.
See Also

Reference

C1FlexViewer Class
C1FlexViewer Members