FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / C1FlexReport Class / RenderToFilterAsyncEx Method
The exporter to use.

In This Topic
    RenderToFilterAsyncEx Method (C1FlexReport)
    In This Topic
    Non-blocking (asynchronous) version of the RenderToFilter method. This method is a shortcut to the C1.Win.C1Document.C1DocumentSource.ExportAsyncEx method on the base class.
    Syntax
    'Declaration
     
    Public Function RenderToFilterAsyncEx( _
       ByVal filter As ExportFilter _
    ) As IAsyncActionWithProgress(Of Double)
    public IAsyncActionWithProgress<double> RenderToFilterAsyncEx( 
       ExportFilter filter
    )

    Parameters

    filter
    The exporter to use.

    Return Value

    The C1.Win.C1Document.IAsyncActionWithProgress<TProgress> interface that can be used to manage asynchronous operation.
    See Also