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

Disable excel from report viewer export option

12 Answers 1200 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Galina Grimberg
Top achievements
Rank 1
Galina Grimberg asked on 12 Jun 2009, 05:07 PM

How can I modify ReportViewer 1q 2009 export option to allow users export to pdf and .csv only. I need to remove all other export options.

Thank you.

Galina.

12 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 15 Jun 2009, 08:05 AM
Hi Galina,

I've already answered your inquiry in the forum thread you've posted. We kindly ask you to restrain from opening multiple threads on the same subject as we're trying to answer all threads and this only slows us down.

Thank you for the understanding.

Best wishes,
Steve
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
sabarishbabu
Top achievements
Rank 1
answered on 20 Nov 2010, 11:18 AM
Hi,

I also need answer for this question.

Can you give the link of this thread where I can get answer?


Note: For this kind of answers provide links

Thanks,
Sabarish
0
Steve
Telerik team
answered on 22 Nov 2010, 09:10 AM
Hi Sabarish,

This question has been answered in other forum threads, present in our documentation and prepared in the form of KB article:Limit export options in ReportViewer to certain format only.

Best wishes,
Steve
the Telerik team
Get started with Telerik Reporting with numerous videos and detailed documentation.
0
Christophe
Top achievements
Rank 2
answered on 23 Sep 2011, 11:55 AM
Hi,

How can I disable Excel option just for one report in my application ? (not for all)
(Telerik Reporting Q2 2011)

BR
Christophe
0
Steve
Telerik team
answered on 26 Sep 2011, 06:34 PM
Hi Christophe,

Currently the functionality for disabling some of the supported export formats work on application level i.e. for all report viewers in the application. However the scenario of disabling certain format for certain viewer or per report makes sense and is logged in our database for investigation and future implementation.

Sorry for the temporary inconvenience.

All the best,
Steve
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Shahzada
Top achievements
Rank 1
answered on 11 Jul 2012, 10:14 AM
hi Steve,

hope your this feature for disabling certain format for certain viewer or per report is ready to use; because i am in great need for this functionality;

regards

ghazanfar
0
Steve
Telerik team
answered on 12 Jul 2012, 04:14 PM
Hi ghazanfar,

Currently you can do this only on application level i.e. it is applied for all report viewers in the application.

Regards,
Steve
the Telerik team

BLOGGERS WANTED! Write a review about Telerik Reporting or the new Report Designer, post it on your blog and get a complimentary license for Telerik Reporting. We’ll even promote your blog and help bring you a few fresh readers. Yes, it’s that simple. And it’s free. Get started today >

0
Travis
Top achievements
Rank 1
answered on 13 Nov 2012, 03:51 PM

I was able to get this to work with a bit of jquery:

 

$(

 

"#ClientIDOfTheExportDropdown option[value=XLS]").remove();

 

0
systems
Top achievements
Rank 1
answered on 10 Jun 2016, 10:18 AM

In my case I  tried inspecting the HTML5 Report Viewer Export Dropdown but I dont see any dropdown ID rendered in markup (see below).
Could you pls assist me where excatly I should make this quick fix ?

Thanks 

-Nitin

0
Katia
Telerik team
answered on 10 Jun 2016, 01:18 PM
Hi Nitin,

You can use attribute selectors to apply styling to export options in the drop-down menu. Excel export options can be hidden for example with the following selector:

.k-menu .k-item a[data-command-parameter="XLS"],
.k-menu .k-item a[data-command-parameter="XLSX"]
        {
            display: none;
        }


I hope this will help.

Regards,
Katia
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
systems
Top achievements
Rank 1
answered on 13 Jun 2016, 12:53 PM

Thanks Katia,

 Its working as per expected,

Thanks

-Nitin

0
systems
Top achievements
Rank 1
answered on 13 Jun 2016, 12:54 PM

Hi Katia,

Its working as per expected,

Thanks

-Nitin

Tags
General Discussions
Asked by
Galina Grimberg
Top achievements
Rank 1
Answers by
Steve
Telerik team
sabarishbabu
Top achievements
Rank 1
Christophe
Top achievements
Rank 2
Shahzada
Top achievements
Rank 1
Travis
Top achievements
Rank 1
systems
Top achievements
Rank 1
Katia
Telerik team
Share this question
or