FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / DataHandler Class / EOF Method

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