[]
        
(Showing Draft Content)

C1.Win.FlexReport.C1FlexReport.RenderAsyncEx

RenderAsyncEx Method

RenderAsyncEx()

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.

Declaration
public IAsyncActionWithProgress<double> RenderAsyncEx()
Returns
Type Description
IAsyncActionWithProgress<double>

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

See Also