Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Reporting Services Development
 unable to load client print control

Author  Topic 

vaishanavi
Starting Member

9 Posts

Posted - 2009-03-31 : 06:04:24
when we integrate reporting services through .net while we run the application and when we click on print icon after report generation
it is saying error like unable to load client print control
can any one help us

toddbkc
Starting Member

9 Posts

Posted - 2009-04-01 : 16:42:24
We had this issue recently. To get around it, you have to do a couple of things:
1) You have to install at minimum SQL Server 2005, SP2 - CU9.
2) Since you are integrating through .net, you have to update your ReportViewer object that you installed in order to get this to work.

Some other sites that helped my team get through the situation:

http://blogs.msdn.com/brianhartman/archive/2008/11/05/client-print-fails-to-load-after-microsoft-update-956391.aspx

http://geekswithblogs.net/smyers/archive/2008/10/30/ssrs-unable-to-load-client-print-control.aspx

http://social.msdn.microsoft.com/forums/en-US/sqlreportingservices/thread/b9746538-cd8f-4521-9ebe-01d6fec186c5/

Information regarding the Security Update for web server:
http://www.microsoft.com/downloads/details.aspx?familyid=A7BF790B-3249-4EE8-9440-FA911EBBC08A


TODD
Go to Top of Page
   

- Advertisement -