FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / IC1FlexReportRecordset Interface
Properties Methods

In This Topic
    IC1FlexReportRecordset Interface Members
    In This Topic

    The following tables list the members exposed by IC1FlexReportRecordset.

    Public Properties
     NameDescription
     PropertyGets the count of records in the recordset.  
    Top
    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