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

In This Topic
    IC1FlexReportRecordsetFilter Interface
    In This Topic
    Interface used to provide filtering functionality for data accessed by C1FlexReport. This interface allows C1FlexReport to access data stored in a data object of a type for which it does not have built-in support.

    C1FlexReport has built-in support for the following data object types: System.Data.DataTable, System.Data.DataView, and System.Collections.IList.

    Object Model
    IC1FlexReportRecordsetFilter Interface
    Syntax
    'Declaration
     
    Public Interface IC1FlexReportRecordsetFilter 
       Inherits IC1FlexReportRecordset 
    public interface IC1FlexReportRecordsetFilter : IC1FlexReportRecordset  
    See Also