FlexReport for WPF | ComponentOne
C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.FlexReport Namespace / C1FlexReport Class / ExecuteActionAsyncEx Method
The C1.WPF.Document.C1DocumentAction defining action to execute.

In This Topic
    ExecuteActionAsyncEx Method (C1FlexReport)
    In This Topic
    Non-blocking (asynchronous) version of the ExecuteAction method.
    Syntax
    'Declaration
     
    Public Function ExecuteActionAsyncEx( _
       ByVal action As C1DocumentAction _
    ) As IAsyncOperationWithProgress(Of C1BookmarkPosition,Double)

    Parameters

    action
    The C1.WPF.Document.C1DocumentAction defining action to execute.

    Return Value

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