ScriptExceptionEventArgs Properties
Occurs when an exception is raised during the execution of report scripts.| Name | Description |
|---|---|
| Cancel | Specifies whether the script execution should be canceled. |
| Exception | Provides access to the exception. Inherited from ExceptionEventArgs. |
| Handled | Specifies whether or not the corresponding event was handled. Inherited from ExceptionEventArgs. |
See Also