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

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