【问题标题】:Disabling or overriding the excel and pdf export function in Reporting Services禁用或覆盖 Reporting Services 中的 excel 和 pdf 导出功能
【发布时间】:2023-03-07 01:25:01
【问题描述】:

有没有办法禁用或覆盖 SQL Server Reporting Services 中的 excel 和 pdf 导出功能。我想要我自己的自定义 excel 导出。

【问题讨论】:

    标签: sql-server-2005 excel reporting-services export


    【解决方案1】:

    要禁用它们,您可以编辑 ReportServer RSReportServer.Config 文件。从“渲染”部分删除 Excel 和 PDF 扩展。

    更多信息: http://msdn.microsoft.com/en-us/library/cc627537.aspx

    【讨论】:

      【解决方案2】:

      找到文件名RSReportDesigner.config

      “Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\RSReportDesigner.config”。

      然后添加visible = false
      您的 PDF 导出将在报表服务器中不可见

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2010-12-06
        • 1970-01-01
        • 2020-02-08
        • 1970-01-01
        • 1970-01-01
        • 2010-10-02
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多