[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReport.EnableScriptDebugging

EnableScriptDebugging Property

EnableScriptDebugging

Gets or sets a value indicating whether to pause the debugger if the report script code throws an exception.

Declaration
[Browsable(false)]
public bool EnableScriptDebugging { get; set; }
Property Value
Type Description
bool

A bool value. true if the script exceptions should be caught in the debugger, otherwise false.

Remarks

The default is false.