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

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

    Parameters

    exportFilter
    The export filter to use.

    Return Value

    Asynchronous value object.
    See Also