FlexReport for UWP | ComponentOne
C1.UWP.FlexViewer Assembly / C1.Xaml.FlexViewer Namespace / C1FlexViewerPane Class / SetPageSetIndex(Int32,Boolean) Method
The 0-based index of the page set.
Specifies whether the previous position should be added to the history.

In This Topic
    SetPageSetIndex(Int32,Boolean) Method
    In This Topic
    Sets the 0-based index of the current page set in non-continuous mode.
    Syntax
    'Declaration
     
    Public Sub SetPageSetIndex( _
       ByVal pageSetIndex As Integer, _
       ByVal updateHistory As Boolean _
    ) 
    public void SetPageSetIndex( 
       int pageSetIndex,
       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