Occurs periodically when a long operation is in progress. Can be used to provide progress indication and/or the ability for the user to cancel printing.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public event LongOperationEventHandler LongOperation
Visual Basic
Public Event LongOperation As LongOperationEventHandler

See Also