To enable debugging for DevExpress scripts, add the setting below to the app.config file.
<switches>
<!--<add name="DefaultSwitch" value="Information" />-->
<add name="AllowDebugXtraReportScripts" value="true" />
</switches>
...
To enable debugging for DevExpress scripts, add the setting below to the app.config file.
<switches>
<!--<add name="DefaultSwitch" value="Information" />-->
<add name="AllowDebugXtraReportScripts" value="true" />
</switches>
...