FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / DataHandler Class / MovePrevious Method

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