C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.FlexReport Namespace / C1FlexReport Class / RenderAsyncEx Method

In This Topic
RenderAsyncEx Method (C1FlexReport)
In This Topic
Non-blocking (asynchronous) version of the Render method. This method is a shortcut to the C1.WPF.Document.C1DocumentSource.GenerateAsyncEx method on the base class.
Syntax
'Declaration
 
Public Function RenderAsyncEx() As IAsyncActionWithProgress(Of Double)
 

Return Value

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