rdlc报表部署

Posted .NET 技术交流

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了rdlc报表部署相关的知识,希望对你有一定的参考价值。

1)在D盘创建目录ReportViewer

2)打开运行界面,运行如下的执行

copy C:\Windows\assembly\gac_msil\Microsoft.ReportViewer.Common\11.0.0.0__89845dcd8080cc91\Microsoft.ReportViewer.Common.dll D:\ReportViewer

copy C:\Windows\assembly\gac_msil\Microsoft.ReportViewer.WinForms\11.0.0.0__89845dcd8080cc91\Microsoft.ReportViewer.WinForms.DLL D:\ReportViewer

copy C:\Windows\assembly\gac_msil\Microsoft.ReportViewer.ProcessingObjectModel\11.0.0.0__89845dcd8080cc91\Microsoft.ReportViewer.ProcessingObjectModel.DLL D:\ReportViewer

copy C:\WINDOWS\assembly\GAC_MSIL\Microsoft.SqlServer.Types\11.0.0.0__89845dcd8080cc91\Microsoft.SqlServer.Types.dll D:\ReportViewer

3)将ReportViewer目录内的.dll复制到网站的bin目录中。

以上是关于rdlc报表部署的主要内容,如果未能解决你的问题,请参考以下文章

报表与打印学习总目录

Reportview(RDLC)报表,为啥调试可以打印,部署到我电脑的iis上后,通过ip进行访问,就无法打印?

rdlc报表为何不显示网格呢?

RDLC报表问题:尚未指定报表“Report1”的报表定义

在rdlc中如何设置报表项的间隔距离?

rdlc报表 为啥页宽50%的时候就能加载所有的数据,大于50%,数据显示不全