Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / C1SSRSDocumentSource Class / ExportAsync Method
The export filter to use.

In This Topic
    ExportAsync Method (C1SSRSDocumentSource)
    In This Topic
    Non-blocking (asynchronous) version of the 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