[]
        
(Showing Draft Content)

C1.Win.FlexReport.C1FlexReport.RenderAsync

RenderAsync Method

RenderAsync()

Non-blocking (asynchronous) version of the Render() method. This method is a shortcut to the C1.Win.C1Document.C1DocumentSource.GenerateAsync method on the base class.

Declaration
public Task RenderAsync()
Returns
Type Description
Task
See Also