ComponentOne FlexReport for WinForms
IC1FlexReportRecordset Interface Methods

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace : IC1FlexReportRecordset Interface

For a list of all members of this type, see IC1FlexReportRecordset members.

Public Methods
 NameDescription
 MethodReturns true if the cursor is pointing at the first record in the data source.  
 MethodReturns true if the cursor is pointing past the last record in the data source.  
 MethodReturns the current cursor position.  
 MethodGets an array of strings with the names of all fields in the data source.  
 MethodGets an array of types of all fields in the data source.  
 MethodGets the value of the specified field at the current cursor position.

If the cursor is past the end of the data (EOF condition), this method should return null rather than throw an exception.

 
 MethodMoves the cursor to the first record in the data source.  
 MethodMoves the cursor to the last record in the data source.  
 MethodMoves the cursor to the next record in the data source.  
 MethodMoves the cursor to the previous record in the data source.  
 MethodSets the current cursor position to a supplied value.  
Top
See Also

Reference

IC1FlexReportRecordset Interface
C1.Win.FlexReport Namespace