Export Options Issue

  • Hi,

    I am using SQL Reporting Services for reporting in my application written in .NET, I have a requirement where in I have to disable "Web Archive" option from the export dropdown list. I tried modifying the RSReportDesigner.config, but the all the options are still displayed on the viewer, I am wondering if anyone can help me with the setting that needs to be configured to disable "Web Archive" from the export dropdown.

    Thanks in advance.

    Prasad Bhogadi
    www.inforaise.com

  • I think this needs to be changed in the RSReportServer.config file.  Look up 'Deploying a Delivery Extension' in BOL, this si the opposite of what you need, but instead of removing it, you could set the 'Visible' property to false which is meant to hide the selected option from the user interface.

     

    Steve.

  • Thanks Steve, it worked for me with the setting on config file.

    Prasad Bhogadi
    www.inforaise.com

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply