zoukankan      html  css  js  c++  java
  • 【整理】Report Viewer 2010发布方法

    ①安装“Microsoft Report Viewer 2010 Redistributable Package”;

    ②命令行中执行:

       1:  dir %windir%\assembly\gac_msil\*reportviewer*.dll /s /b

    ③将执行结果中的关于ReportViewer 10.0.0.0的dll文件提取出来:

       1:  md D:\ReportViewer
       2:  copy C:\Windows\assembly\gac_msil\Microsoft.ReportViewer.Common\10.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.Common.dll D:\ReportViewer
       3:  copy C:\Windows\assembly\gac_msil\Microsoft.ReportViewer.DataVisualization\10.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.DataVisualization.dll D:\ReportViewer
       4:  copy C:\Windows\assembly\gac_msil\Microsoft.ReportViewer.ProcessingObjectModel\10.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.ProcessingObjectModel.dll D:\ReportViewer
       5:  copy C:\Windows\assembly\gac_msil\Microsoft.ReportViewer.WebForms\10.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.WebForms.dll D:\ReportViewer
       6:  copy C:\Windows\assembly\gac_msil\Microsoft.ReportViewer.WinForms\10.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.WinForms.dll D:\ReportViewer

    ④将③得到的文件复制到站点目录下的bin目录下。

    【相关下载】

    Microsoft Report Viewer 2010 Redistributable Package

    Microsoft Report Viewer 2010 Redistributable Package 包含用于查看使用 Microsoft 报表技术设计的报表的控件。

    2010/10/4


     

    Microsoft Report Viewer 2010 SP1 Redistributable Pacckage

    Microsoft Report Viewer 2010 SP1 Redistributable Package 包含用于查看使用 Microsoft 报告技术设计的报告的控件。

    2011/3/3


     

    Microsoft Report Viewer Redistributable 2010 SP1 语言包

    Microsoft Report Viewer Redistributable 2010 SP1 语言包包含 Windows 窗体和 ASP.NET Web 服务器控件,这些控件可用于查看使用 Microsoft 报告技术设计的报告。

    2011/3/3


     

    Microsoft Visual Studio 2010 Service Pack 1 Report Viewer 更新 (KB2549864)

    此更新可解决在安装 Visual Studio 2010 Service Pack 1 之后报表查看器的功能中断问题。安装此更新后,请重启计算机。

    2011/9/2


     

    Microsoft Report Viewer Redistributable 2010 语言包

    Microsoft Report Viewer 2010 Redistributable Package 包含 Windows 窗体和 ASP.NET Web 服务器控件,可用于查看使用 Microsoft 制表技术设计的报表。

    2010/6/1

  • 相关阅读:
    简单的PHP+SMARTY分页类
    三大WEB服务器对比分析(apache ,lighttpd,nginx)
    逐步设置vim C/C++语法高亮显示和自动缩进
    Lighttpd 的安装配置(web服务器软件)
    ASP如何获取文件和目录空间大小
    innerHtml用法
    临时表操作的一些见解(解决了我在存储过程中使用临时表的困惑)
    Javascript的IE和Firefox兼容性汇编
    Javascript的IE和Firefox兼容性汇编
    innerHtml用法
  • 原文地址:https://www.cnblogs.com/oneisyou/p/2446460.html
Copyright © 2011-2022 走看看