FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / FlexReport Class / ExportAsyncEx Method
The export filter to use.

In This Topic
    ExportAsyncEx Method (FlexReport)
    In This Topic
    Non-blocking (asynchronous) version of the C1.WPF.Document.C1DocumentSource.Export method.
    Syntax
    'Declaration
     
    Public Function ExportAsyncEx( _
       ByVal exportFilter As ExportFilter _
    ) As IAsyncActionWithProgress(Of Double)

    Parameters

    exportFilter
    The export filter to use.

    Return Value

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