English 中文(简体)
“对客户的印刷控制”——SSRS 印刷问题
原标题:"Unable To Load Client Print Control" - SSRS Printing problems again

请原谅我,我是我的领导。 我已尝试过这么多解决这一问题的办法,我几乎无法确定我当时的情况。

此时此刻,我在生产、试验和发展环境中有这些问题。 为了简单起见,我只是试图让它首先在Dev开展工作。 我在此阐述:

Database/Reporting Server (Same server): Windows Server 2003 SP2 SQL Server 2005 SP3

Development Box: Windows 7 Visual Studio 2008 SP1 SQL Server 2008 SP1 (not being used in this case, but wanted to include it in case it is relative) Internet Explorer 8

详细情况:

* I have a custom ASP.NET application that is using ReportViewer to access reports on my Database/Reporting Server.
* I am able to connect directly to Report Manager and print with no trouble.
* When I view source on the page with ReportViewer, it says I m am using version 9.0.30729.4402 .
* The classid of the rsclientprint.dll that keeps getting installed to my c:windowsdownloaded program files directory is {41861299-EAB2-4DCC-986C-802AE12AC499}.
* I have tried taking the rsclientprint.cab file from my Database/Reporting Server and installing it directly to my Development Box and had no success.  I made sure to unregister the previously installed dll first.

我像我一样阅读了许多解决办法,因此,我向你们提出一些援助。 让我知道,我是否能够提供有助于的进一步细节。

增 编

问题回答

我正在把我收到的解决办法放在MSDN上。 我希望这有助于其他人。

Hi mamorgan1,

From your description, I notice you are using Report Viewer with version 9.0.30729.4402, and SQL Server Reporting Serivces 2005 with SP3.

RS Client Print control is an ActiveX control which uses a ClassID to check if the ActiveX is installed on the client. By default, the ClassID for SQL Server Reporting Services SP3 is 41861299-EAB2-4DCC-986C-802AE12AC499. However, Report Viewer 9.0.30729.4402 would like the ClassID 0D221D00-A6ED-477C-8A91-41F3B660A832. RSClientPrint control has been updated after applying Cumulative Update #8 for SQL Server 2005 Service Pack 3.

So, please apply Cumulative Update #8 for SQL Server 2005 Service Pack 3 to solve the issue.

For more information about Cumulative Update #8 for SQL Server 2005 Service Pack 3, please see: http://support.microsoft.com/kb/978915/en-us

If you have any more questions, please feel free to ask.

感谢 金 ChenJin 陈 3. 管理





相关问题
An error has Occurred During Report proccesing

When I m running the report I m getting that message above. The Report Works fine when I press the "Run Report" Button but I want also to avoid that annoying message that appears when the page loads. ...

Reporting services only displaying the last row

I have built a report pretty basic just a table wiht 45 rows of data. Problem is its only showing one row of data and its the last row. It displays just fine in the dataset and proc. any ...

Show Parameters for Reports In SSRS

I m developing an SSRS in Visual Studio BIDS. In it, I have a link that links to another report (report A). Report A has 4 parameters (dates). When I click on that link, it goes to report A fine, but ...

How to add group, or page field in an existing .rdl report

I have several .rdl reports designed for our client. However, they need new ones, that are relatively similar to the old ones. Differences are in the "group" and "page fields" (these can be changed ...

Report rendering using SSRS in Google Chrome

Hey, In our project, we use SSRS integrated with asp.net forms to render reports. The report looks good in IE. when it comes to google chrome, there re some issues we face such as date picker not ...

热门标签