FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / DataHandler Class / MoveFirst Method

In This Topic
    MoveFirst Method (DataHandler)
    In This Topic
    Moves the cursor to the first record in the data source.
    Syntax
    'Declaration
     
    Public MustOverride Sub MoveFirst() 
    public abstract void MoveFirst()
    See Also