[]
        
(Showing Draft Content)

C1.Report.FlexReport.RenderCompleted

RenderCompleted Event

Occurs when the RenderAsync() method has completed.

Namespace: C1.Report
Assembly: C1.Report.4.6.2.dll
Syntax
[C1Description("C1FlexReport.RenderCompleted", "Occurs when the RenderAsync method has completed.")]
[Obsolete("Use GenerateCompleted instead")]
public event EventHandler<AsyncCompletedEventArgs> RenderCompleted
<C1Description("C1FlexReport.RenderCompleted", "Occurs when the RenderAsync method has completed.")>
<Obsolete("Use GenerateCompleted instead")>
Public Event RenderCompleted As EventHandler(Of AsyncCompletedEventArgs)
Returns
Type Description
EventHandler<AsyncCompletedEventArgs> Occurs when the method has completed.