Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Report Namespace / IC1ReportRecordset Interface / ApplyFilter Method
Filter string.

In This Topic
    ApplyFilter Method
    In This Topic
    Applies a filter string. See the System.Data.DataView.RowFilter property for details.
    Syntax
    'Declaration
     
    Sub ApplyFilter( _
       ByVal filter As String _
    ) 
    void ApplyFilter( 
       string filter
    )

    Parameters

    filter
    Filter string.
    See Also