'宣言 Public Function RenderAsyncEx() As IAsyncActionWithProgress(Of Double)
'使用法 Dim instance As FlexReport Dim value As IAsyncActionWithProgress(Of Double) value = instance.RenderAsyncEx()
public IAsyncActionWithProgress<double> RenderAsyncEx()
戻り値の型
非同期操作の管理に使用できる C1.WPF.Document.IAsyncActionWithProgress<TProgress> インタフェース。