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