• 【整理】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

  • 相关阅读:
    绑定对象
    类与对象
    视音频技术干货专栏
    sqlite3把字段为int32(用c++的time(nullptr)获取的)的秒数显示为年月日时分秒
    微信小程序开发 --- 小白之路 --- 心得
    spring cloud --- config 配置中心 [本地、git获取配置文件]
    spring cloud --- Zuul --- 心得
    spring boot --- 注解 @Bean 和@Component
    spring cloud --- Feign --- 心得
    spring cloud --- Ribbon 客户端负载均衡 + RestTemplate + Hystrix 熔断器 [服务保护] ---心得
  • 原文地址:https://www.cnblogs.com/oneisyou/p/2446460.html
Copyright © 2020-2023  润新知