FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / DataHandler Class
Fields Properties Methods


In This Topic
    DataHandler Class Members
    In This Topic

    The following tables list the members exposed by DataHandler.

    Protected Fields
     NameDescription
    Protected Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the count of records in the data handler.  
    Public PropertyIndicates whether data set managed by this DataHandler has no records.  
    Public PropertyGets the DataFieldCollection containing the list of data source fields.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns true if the cursor is pointing at the first record in the data source.  
    Public MethodDisposes this DataHandler object.  
    Public MethodReturns true if the cursor is pointing past the last record in the data source.  
    Public MethodReturns the current cursor position.  
    Public MethodMoves the cursor to the first record in the data source.  
    Public MethodMoves the cursor to the last record in the data source.  
    Public MethodMoves the cursor to the next record in the data source.  
    Public MethodMoves the cursor to the previous record in the data source.  
    Public MethodSets the current cursor position to supplied value.  
    Top
    Protected Methods
     NameDescription
    Protected Method  
    Top
    See Also