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

In This Topic
    RenderAsync Method (C1FlexReport)
    In This Topic
    Non-blocking (asynchronous) version of the Render method. This method is a shortcut to the C1.Win.C1Document.C1DocumentSource.GenerateAsync method on the base class.
    Syntax
    'Declaration
     
    Public Function RenderAsync() As Task
    public Task RenderAsync()
    See Also