Property Value
A System.Boolean value.true
if the script exceptions should be caught in the debugger, otherwise false
.true
if the script exceptions should be caught in the debugger, otherwise false
.The EnableScriptDebugging property should be set to True before the script code compilation, which is similar to setting it before calling the Run method in ActiveReports.
If EnableScriptDebugging is set to True, then the compiled code is stored to a .dll file in the temporary folder.
Note: Visual Studio does not support script debugging at design time preview of a report.