在Reporting Services中禁用或覆盖excel和pdf导出功能

时间:2008-12-26 10:23:47

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

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

2 个答案:

答案 0 :(得分:4)

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

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

答案 1 :(得分:0)

找到文件名RSReportDesigner.config
  

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

然后添加visible = false
您的PDF导出将无法在报表服务器中显示