FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.8 Assembly / C1.Win.FlexReport Namespace / IC1FlexReportRecordsetFilter Interface / ApplyFilter Method
The expression used to determine the filter state.

In This Topic
    ApplyFilter Method (IC1FlexReportRecordsetFilter)
    In This Topic
    Toggles the filter state based on the provided filter expression.
    Syntax
    'Declaration
     
    Function ApplyFilter( _
       ByVal filterExpression As String _
    ) As Boolean
    bool ApplyFilter( 
       string filterExpression
    )

    Parameters

    filterExpression
    The expression used to determine the filter state.

    Return Value

    true if the filter is applied successfully based on the provided filter expression; false if the filter is not applied but the method is called.
    See Also