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

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