FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / C1FlexReport Class / RenderAsync Method

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