I want to remove all the other option except "Excel" from the export dropdown of a telerik report viewer control.
Appreciate sample code.
Regards,
Pradeep K S
1 Answer, 1 is accepted
0
IvanY
Telerik team
answered on 21 Oct 2011, 03:07 PM
Hello Pradeep,
In order to edit the export options in the drop down list of the Telerik ReportViewer you have to reconfigure the Telerik Reporting settings. You can do this in the configuration file of your application. For more information you can check the Telerik Reporting Configuration Section help article.
Please find below a sample code that accomplishes your goals. You have to know that <configSections> must be the first child element in the <configuration> element. Also I saw that the version you are using is 5.1.11.928 so I updated this for you. Basically you can just copy-paste this code in your app.config or web.config.