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.
views:
1636answers:
1
+1
A:
To disable them, you can edit the ReportServer RSReportServer.Config file. Remove the Excel and PDF extensions from the Render section.
More Info: http://msdn.microsoft.com/en-us/library/cc627537.aspx
PJ8
2008-12-26 19:09:13