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

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