To enable debugging for DevExpress scripts, add the setting below to the app.config file.
Here it is in text.
<switches>
<add name="AllowDebugXtraReportScripts" value="true" />
</switches>
...
To enable debugging for DevExpress scripts, add the setting below to the app.config file.
Here it is in text.
<switches>
<add name="AllowDebugXtraReportScripts" value="true" />
</switches>
...