FlexReport for WinForms
OnLongOperation メソッド (IExecutionContext)


C1.Document アセンブリ > C1.Document 名前空間 > IExecutionContext インターフェース : OnLongOperation メソッド
Progress 0..1
true indicates that operation can be cancelled at this moment.
Asynchronous method should call this method to notify about execution progress.
シンタックス
'宣言
 
Function OnLongOperation( _
   ByVal complete As System.Double, _
   ByVal canCancel As System.Boolean _
) As System.Boolean
'使用法
 
Dim instance As IExecutionContext
Dim complete As System.Double
Dim canCancel As System.Boolean
Dim value As System.Boolean
 
value = instance.OnLongOperation(complete, canCancel)
System.bool OnLongOperation( 
   System.double complete,
   System.bool canCancel
)

パラメータ

complete
Progress 0..1
canCancel
true indicates that operation can be cancelled at this moment.

戻り値の型

If this method returns true then async operation should be cancelled.
参照

参照

IExecutionContext インターフェース
IExecutionContext メンバ