ComponentOne FlexReport for WinForms
RenderAsyncEx Method

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > C1FlexReport Class : RenderAsyncEx Method
Non-blocking (asynchronous) version of the Render method. This method is a shortcut to the C1.Win.C1Document.C1DocumentSource.GenerateAsyncEx method on the base class.
Syntax
'Declaration
 
Public Function RenderAsyncEx() As IAsyncActionWithProgress(Of Double)
public IAsyncActionWithProgress<double> RenderAsyncEx()

Return Value

The C1.Win.C1Document.IAsyncActionWithProgress<TProgress> interface that can be used to manage asynchronous operation.
See Also

Reference

C1FlexReport Class
C1FlexReport Members
Render Method