User wants only to display only pdf as export option in report manager. How to achieve this?
Answer / Mukesh Kumar Tewari
To restrict the export options in SSRS Report Manager to only PDF, you can modify the RSReportServer.config file. Add or update the ExportFormat section for the desired report item (such as Report or DataSet) and set the Hidden property to True for all unwanted formats. Leave the PDF format's Hidden property set to False.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to backup encryption key ?
What is data set in report?
Which language rdl files made of?
Can we run Reporting Services with SQL Server express edition, which is a free version of SQL Server?
Explain can SSRS reports Cache results?
Can sub report data source be different from that of the parent report?
Do I need a report server to run reports in my application?
what are the new features in SSRS?
How to fine-tune reports?
You want to generate a report that is formatted as a chart. Can you use the report wizard to create such a report?
How to identify current user in ssrs report?
Explain how would you store your query in an SSRS report or a Database server?