FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.8 Assembly / C1.Win.FlexReport Namespace / IC1FlexReportRecordsetFilter Interface
Properties Methods

In This Topic
    IC1FlexReportRecordsetFilter Interface Members
    In This Topic

    The following tables list the members exposed by IC1FlexReportRecordsetFilter.

    Public Properties
     NameDescription
     PropertyGets the count of records in the recordset. (Inherited from C1.Win.FlexReport.IC1FlexReportRecordset)
    Top
    Public Methods
     NameDescription
     MethodToggles the filter state based on the provided filter expression.  
     MethodReturns true if the cursor is pointing at the first record in the data source. (Inherited from C1.Win.FlexReport.IC1FlexReportRecordset)
     MethodReturns true if the cursor is pointing past the last record in the data source. (Inherited from C1.Win.FlexReport.IC1FlexReportRecordset)
     MethodReturns the current cursor position. (Inherited from C1.Win.FlexReport.IC1FlexReportRecordset)
     MethodGets an array of strings with the names of all fields in the data source. (Inherited from C1.Win.FlexReport.IC1FlexReportRecordset)
     MethodGets an array of types of all fields in the data source. (Inherited from C1.Win.FlexReport.IC1FlexReportRecordset)
     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.

    (Inherited from C1.Win.FlexReport.IC1FlexReportRecordset)
     MethodMoves the cursor to the first record in the data source. (Inherited from C1.Win.FlexReport.IC1FlexReportRecordset)
     MethodMoves the cursor to the last record in the data source. (Inherited from C1.Win.FlexReport.IC1FlexReportRecordset)
     MethodMoves the cursor to the next record in the data source. (Inherited from C1.Win.FlexReport.IC1FlexReportRecordset)
     MethodMoves the cursor to the previous record in the data source. (Inherited from C1.Win.FlexReport.IC1FlexReportRecordset)
     MethodSets the current cursor position to a supplied value. (Inherited from C1.Win.FlexReport.IC1FlexReportRecordset)
    Top
    See Also