ComponentOne FlexReport for WinForms
DataHandler Class Members
Properties  Methods 

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace : DataHandler Class

The following tables list the members exposed by DataHandler.

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
See Also

Reference

DataHandler Class
C1.Win.FlexReport Namespace