locked
regarding sql server reporting services RRS feed

  • Question

  • Hi,

    how to hide pdf format in ssrs

    Friday, June 21, 2013 12:56 PM

Answers

  • Hi Bellam,

    From your description, you want to restrict you user export report to PDF format, right? If in this case, you can set the visible attribute of PDF render extension to false in rsreportserver.config file.

    1. Open rsreportserver.config file. (located on C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer)
    2. Go to PDF Extension.
    3. Change it like:
      <Extension Name="PDF" Type="Microsoft.ReportingServices.Rendering.ImageRenderer.PDFRenderer,Microsoft.ReportingServices.ImageRendering" Visible="false">

    If you have any questions, please feel free to ask.

    Regards,


    Charlie Liao
    TechNet Community Support

    Saturday, June 22, 2013 7:42 AM

All replies

  • Hi Koteswararao Bellam,

    do u need to hide the pdf from the save options displayed after viewing the report ?


    Thanks in advance, Akhila Vasishta

    Saturday, June 22, 2013 7:30 AM
  • Hi Bellam,

    From your description, you want to restrict you user export report to PDF format, right? If in this case, you can set the visible attribute of PDF render extension to false in rsreportserver.config file.

    1. Open rsreportserver.config file. (located on C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer)
    2. Go to PDF Extension.
    3. Change it like:
      <Extension Name="PDF" Type="Microsoft.ReportingServices.Rendering.ImageRenderer.PDFRenderer,Microsoft.ReportingServices.ImageRendering" Visible="false">

    If you have any questions, please feel free to ask.

    Regards,


    Charlie Liao
    TechNet Community Support

    Saturday, June 22, 2013 7:42 AM