FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / C1FlexReport Class / ExportAsyncEx Method
The export filter to use.

In This Topic
    ExportAsyncEx Method (C1FlexReport)
    In This Topic
    Non-blocking (asynchronous) version of the C1.Win.C1Document.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.Win.C1Document.IAsyncActionWithProgress<TProgress> interface that can be used to manage asynchronous operation.
    See Also