Web.config配置ActiveReports
Posted 连先森
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Web.config配置ActiveReports相关的知识,希望对你有一定的参考价值。
1.system.web节点下
<httpHandlers>
<add verb="*" path="Reserved.ReportViewerWebControl.axd" type = "Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
</httpHandlers>
system.webServer=》handlers
<add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"/>
以上是关于Web.config配置ActiveReports的主要内容,如果未能解决你的问题,请参考以下文章
免费资源 | ActiveReports 报表控件发布多平台 Demo 代码集合
web.config配置文件中的configSource属性