Is it possible to have Adobe PDF as the only exporting format choice in the report viewer?
1 Answer, 1 is accepted
0
Accepted
Ivan
Telerik team
answered on 29 Aug 2008, 11:01 AM
Hi Sasa,
You can configure the rendering extensions of the report viewer via the web.config file of your web site. For example, the following part of a web.config file can be used to hide all rendering extensions, except PDF:
<!-- The rest of the file is skipped to make it shorter... -->
</configuration>
You should replace the string 'x.x.x.x' with your version of the Telerik Reporting assemblies.
For further information about configuring the various rendering extensions you can refer to the following topics in the Telerik Reporting documentation: