Is there a way to disable or override the excel and pdf export function in SQL Server Reporting Services. I want to my own custom excel export.
有没有办法在SQL Server Reporting Services中禁用或覆盖excel和pdf导出功能。我想要自己的自定义excel导出。
2 个解决方案
#1
To disable them, you can edit the ReportServer RSReportServer.Config file. Remove the Excel and PDF extensions from the Render section.
要禁用它们,可以编辑ReportServer RSReportServer.Config文件。从“渲染”部分删除Excel和PDF扩展。
More Info: http://msdn.microsoft.com/en-us/library/cc627537.aspx
更多信息:http://msdn.microsoft.com/en-us/library/cc627537.aspx
#2
Locate the file name RSReportDesigner.config
at
在,找到文件名RSReportDesigner.config
"Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\RSReportDesigner.config".
“Microsoft Visual Studio 9.0 \ Common7 \ IDE \ PrivateAssemblies \ RSReportDesigner.config”。
then add visible = false
Your PDF export will not be visible in report server
然后添加visible = false您的PDF导出将不会在报表服务器中显示
#1
To disable them, you can edit the ReportServer RSReportServer.Config file. Remove the Excel and PDF extensions from the Render section.
要禁用它们,可以编辑ReportServer RSReportServer.Config文件。从“渲染”部分删除Excel和PDF扩展。
More Info: http://msdn.microsoft.com/en-us/library/cc627537.aspx
更多信息:http://msdn.microsoft.com/en-us/library/cc627537.aspx
#2
Locate the file name RSReportDesigner.config
at
在,找到文件名RSReportDesigner.config
"Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\RSReportDesigner.config".
“Microsoft Visual Studio 9.0 \ Common7 \ IDE \ PrivateAssemblies \ RSReportDesigner.config”。
then add visible = false
Your PDF export will not be visible in report server
然后添加visible = false您的PDF导出将不会在报表服务器中显示