要启用此功能,请将<system.diagnostics>标记中包含的以下行添加到应用程序配置文件(或ASP.NET 应用程序的web.config文件)的<configuration>部分。
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.diagnostics>
<switches>
<add name="AllowDebugXtraReportScripts" value="true"/>
</switches>
</system.diagnostics>
</configuration>