Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago

Disable data Export option in Report builder

Hi 

 

I need help for Disable data Export option in Report builder .I tried

Open the “rsreportserver.config” file with notepad and locate “<render></render>” tag. This tag contains sub tags called as “<extension></extension>” for various exporting options. The “<extension></extension>” tag for exporting to Word for example is as follows:
 
<Extension Name=”WORD” Type=”Microsoft.ReportingServices.Rendering.WordRenderer.WordDocumentRenderer,Microsoft.ReportingServices.WordRendering”/>
 
Now comment this statement/tag as follows:
<!– <Extension Name=”WORD” Type=”Microsoft.ReportingServices.Rendering.WordRenderer.WordDocumentRenderer,Microsoft.ReportingServices.WordRendering”/> –>

but still I showing disable option in run time .

can you please help me?

 

Thanks.

3 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Did you restart the Report Server?

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi

       Yes I did.I restart my report server and check still showing option.

       

       

      Thanks

      • Anonymous's avatar
        Anonymous
        Not applicable

        Ah sorry, I didn't see that you are trying to disable it at the Builder.

        The setting apply to the report viewer at the portal. So a consumer from a report does not have the option to export.

        Why did you want to disable it into the Report Builder? This is only a authoring tool. I don't think there is any option ...