FlexReport for WinForms
OnLongOperation メソッド (C1PrintManager)


C1.Win.Document.10 アセンブリ > C1.Win.Document 名前空間 > C1PrintManager クラス : OnLongOperation メソッド
完了状況(0 〜 1)。
操作をキャンセルできるかどうか。
操作の進行中に呼び出されます。
シンタックス
'宣言
 
Protected Function OnLongOperation( _
   ByVal complete As System.Double, _
   ByVal canCancel As System.Boolean _
) As System.Boolean
'使用法
 
Dim instance As C1PrintManager
Dim complete As System.Double
Dim canCancel As System.Boolean
Dim value As System.Boolean
 
value = instance.OnLongOperation(complete, canCancel)
protected System.bool OnLongOperation( 
   System.double complete,
   System.bool canCancel
)

パラメータ

complete
完了状況(0 〜 1)。
canCancel
操作をキャンセルできるかどうか。

戻り値の型

このメソッドから true が返された場合は、非同期操作をキャンセルする必要があります。
参照

参照

C1PrintManager クラス
C1PrintManager メンバ