FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / IC1FlexReportRecordset Interface / SetBookmark Method
The index of the record to set.

In This Topic
    SetBookmark Method (IC1FlexReportRecordset)
    In This Topic
    Sets the current cursor position to a supplied value.
    Syntax
    'Declaration
     
    Sub SetBookmark( _
       ByVal bkmk As Integer _
    ) 
    void SetBookmark( 
       int bkmk
    )

    Parameters

    bkmk
    The index of the record to set.
    See Also