Called to indicate the progress of document generating.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
protected virtual bool OnLongOperation( double complete, bool canCancel ) |
Visual Basic |
---|
Protected Overridable Function OnLongOperation ( _ complete As Double, _ canCancel As Boolean _ ) As Boolean |
Parameters
- complete
- Type: System..::..Double
How much is complete (from 0 to 1).
- canCancel
- Type: System..::..Boolean
Whether the generating can be cancelled.