SQL Server Developer Center > SQL Server Forums > SQL Server Reporting Services > how can i remove a particular report export option (like export to pdf or excel) for a single report
Ask a questionAsk a question
 

Answerhow can i remove a particular report export option (like export to pdf or excel) for a single report

  • Saturday, November 07, 2009 3:41 AMAdwaita Panda Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I know in the rsreportserver.config file which is normally available at (something like C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer) you can either set Visible="false" on the <Extension> elements in the <Render> element or comment out the whole line, so that the particular format will not be available in export option.

    But this is applicable to all reports in that instance of report server.

    Is there any way to make this change applicable to a single report only.......

Answers

All Replies