ComponentOne FlexReport for WinForms
RenderAsync Method

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > C1FlexReport Class : RenderAsync Method
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 System.Threading.Tasks.Task
public System.Threading.Tasks.Task RenderAsync()
See Also

Reference

C1FlexReport Class
C1FlexReport Members
Render Method