FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / FlexReport Class / GenerateAsyncEx Method

In This Topic
    GenerateAsyncEx Method (FlexReport)
    In This Topic
    Non-blocking (asynchronous) version of the C1.WPF.Document.C1DocumentSource.Generate method.
    Syntax
    'Declaration
     
    Public Function GenerateAsyncEx() As IAsyncActionWithProgress(Of Double)
    public IAsyncActionWithProgress<double> GenerateAsyncEx()

    Return Value

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