FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / FlexReport Class / RenderToFilterAsync Method
The exporter to use.

In This Topic
    RenderToFilterAsync Method (FlexReport)
    In This Topic
    Non-blocking (asynchronous) version of the RenderToFilter method. This method is a shortcut to the C1.WPF.Document.C1DocumentSource.ExportAsync method on the base class.
    Syntax
    'Declaration
     
    Public Function RenderToFilterAsync( _
       ByVal filter As ExportFilter _
    ) As Task
    public Task RenderToFilterAsync( 
       ExportFilter filter
    )

    Parameters

    filter
    The exporter to use.

    Return Value

    Asynchronous value object.
    See Also