ComponentOne FlexReport for WinForms
SetPageSetIndex Method (C1FlexViewerPane)

C1.Win.FlexViewer.4 Assembly > C1.Win.FlexViewer Namespace > C1FlexViewerPane Class : SetPageSetIndex Method
The 0-based index of the page set.
Specifies whether the previous position should be added to the history.
Sets the 0-based index of the current page set in non-continuous mode.
Syntax
'Declaration
 
Public Sub SetPageSetIndex( _
   ByVal pageSetIndex As System.Integer, _
   ByVal updateHistory As System.Boolean _
) 
public void SetPageSetIndex( 
   System.int pageSetIndex,
   System.bool updateHistory
)

Parameters

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

Reference

C1FlexViewerPane Class
C1FlexViewerPane Members