FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / C1FlexReport Class / ExportAsync Method
The export filter to use.

In This Topic
    ExportAsync Method (C1FlexReport)
    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