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

In This Topic
    GenerateAsync Method (FlexReport)
    In This Topic
    Non-blocking (asynchronous) version of the C1.WPF.Document.C1DocumentSource.Generate method.
    Syntax
    'Declaration
     
    Public Function GenerateAsync() As Task
    public Task GenerateAsync()

    Return Value

    The System.Threading.Tasks.Task object identifying async operation.
    See Also