FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / C1FlexReport Class / GenerateAsync Method

In This Topic
    GenerateAsync Method (C1FlexReport)
    In This Topic
    Non-blocking (asynchronous) version of the C1.Win.C1Document.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