-
Microsoft.ReportViewer的9.0版本Dll合集
资源介绍
在用.net开发的程序包含rdlc 报表时,无论是winForm或webForm程序在部署到客户机子时都要求客户机上安装有ReportViewer 报表查看器,给部署带来了麻烦。现在好了,只要将这几个 dll 文件放到 winForm 的 exe 文件的同目录下或 webForm 的 bin 目录下,客户端即可不必安装ReportViewer 报表查看器。
Dll列表如下:
Microsoft.ReportViewer.Common.dll (版本 9.0);
Microsoft.ReportViewer.ProcessingObjectModel.dll(版本 9.0);
Microsoft.ReportViewer.WebForms.dll(版本 9.0);
Microsoft.ReportViewer.WinForms.dll(版本 9.0)。