ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / IC1ReportRecordset Interface / SetBookmark Method
Index of record.

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

    Parameters

    bkmk
    Index of record.
    See Also