ComponentOne FlexReport for UWP
RenderAsyncEx Method

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

Return Value

The Windows.Foundation.IAsyncActionWithProgress`1 interface that can be used to manage asynchronous operation.
See Also

Reference

C1FlexReport Class
C1FlexReport Members
Render Method