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 Exception |
Handled |
Specifies whether or not the corresponding event was handled.
Inherited from Exception |
See Also