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

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