Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Report Namespace / DataSource Class / BOF Method

In This Topic
    BOF Method (DataSource)
    In This Topic
    Returns true if the cursor is pointing at the first record in the data source.
    Syntax
    'Declaration
     
    Public Function BOF() As Boolean
    public bool BOF()
    See Also