FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.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