FlexReport for WinForms
IsAsyncOperationActive メソッド (C1DocumentSource)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > C1DocumentSource クラス : IsAsyncOperationActive メソッド
For internal use. Returns a value indicating whether the async operation is currently executing. Important note: this method checks only Generate, Export, ValidateParameters and ExecuteCustomAction actions. For example, this method can be used in OnLongOperation() to determine whether the operation is async or not.
シンタックス
'宣言
 
Public Function IsAsyncOperationActive() As System.Boolean
'使用法
 
Dim instance As C1DocumentSource
Dim value As System.Boolean
 
value = instance.IsAsyncOperationActive()
public System.bool IsAsyncOperationActive()
参照

参照

C1DocumentSource クラス
C1DocumentSource メンバ