This is a migrated thread and some comments may be shown as answers.

Export Options

1 Answer 130 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Andy Green
Top achievements
Rank 1
Andy Green asked on 14 Oct 2009, 10:42 AM
I'm trying to reduce the export option to PDF & Excel.

I've searched the help and found this broken link -
http://www.telerik.com/help/reporting/configuringtelerikreporting.html

I've found a thread that suggests adding a section to the Webconfig.

What I have done is to create a web.config in the reports folder but it hides all the export options. What am I doing wrong.
<?xml version="1.0"?>  
<configuration> 
  <configSections> 
    <section name="Telerik.Reporting" type="Telerik.Reporting.Processing.Config.ReportingConfigurationSection, Telerik.Reporting.Processing, Version=3.1.9.701, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" allowLocation="true" allowDefinition="Everywhere"/>  
   </configSections> 
  <Telerik.Reporting> 
    <Extensions> 
      <Render> 
        <Extension name="IMAGE" visible="false"></Extension> 
        <Extension name="HTML" visible="false"></Extension> 
        <Extension name="MHTML" visible="false"></Extension> 
        <Extension name="XLS" visible="true"></Extension> 
        <Extension name="CSV" visible="false"></Extension> 
        <Extension name="PDF" visible="true"></Extension> 
      </Render> 
    </Extensions> 
  </Telerik.Reporting> 
</configuration> 
 

Andy

1 Answer, 1 is accepted

Sort by
0
Accepted
Steve
Telerik team
answered on 14 Oct 2009, 11:47 AM
Hi Andy,

It would seem that you've searched the forums and located this old link, since the help uses dashes for about year and a half now. The help topic is available here Configuring Telerik Reporting Config Section, more over there is a KB article (Limit export options in ReportViewer to certain format only) explaining this in details.
Please review the following blog post (Quick Reference Guide for Telerik Support) that explains how you can best search through out our site for information about our product as well as this short video: Making the most of Telerik support resources.

Kind regards,
Steve
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
General Discussions
Asked by
Andy Green
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or