Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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>

...