Click here to Skip to main content
15,894,343 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am having a problem with Telerik Reports Printing.I am using Telerik Reports with Telerik Report Viewer. In Chrome when i click Print button it
gives me an alert
'Unable to Perform the Print Operation'
I googled on it and found from Telerik forums that Adobe plugin should be installed and enabled
in order to use Print, I updated my Adobe Plugin in Chrome,

This solution has resolved problem only on my local server(http://localhost:7963/) but on Live server(www.xyz.com)
it is still giving me the same alert. I am using GoDaddy hosting server.

I am using latest version of Chrome (Version 31.0.1650.4)
and latest version of Telerik Controls


What should i do in order to perform the Print operation of Telerik Reporting on Live Server using Chrome ?
Posted
Updated 3-Oct-13 2:57am
v2
Comments
ZurdoDev 3-Oct-13 7:41am    
You should talk to Telerik.
Kamran Ajmal 3-Oct-13 7:45am    
I also posted the same query to Telerik forum

I found the solution of this Problem Just put this code in web.config and problem will be resolved

HTML
<system.web>
<trust level="Full" />
</system.web>
 
Share this answer
 
This can be easily solved using the following steps.

1) http://get.adobe.com/reader/ and install the Adobe Pdf Reader

2) In your chrome browser window go to chrome://plugins/

3) Make sure the Adobe Acrobat PDF plug-in there is enabled.

4) If you have any other PDF plug-in (for example Chrome has native plug-in) disable it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900