FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1PdfDocumentSource Class / GenerateAsync Method

In This Topic
    GenerateAsync Method (C1PdfDocumentSource)
    In This Topic
    Non-blocking (asynchronous) version of the 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