0

We have SQL Server 2008 R2 and Visual Studio 2008. I have used the Report Viewer for displaying the reports in web application but all the R2 features are not rendererd properly in (Specially the trend images used).

I have tried to find the root cause: 1. The export functionalty is diplaying images but its not visible in webbrowser. 2. I tried to use the iFrames but simillar results i got.

Q: How i can fix the html content which is rendered but not displayed.

4

1 に答える 1

0

上記の問題を解決するには、新しいバージョンのMicrosoft.ReportViewer.WebForms(v10.0.0.0)をインストールする必要がありました。

これは、MicrosoftがVisual Studio2010SP1で提供するパッチです。

以下のリンクを見つけてください:

http://blogs.msdn.com/b/brianhartman/archive/2011/03/31/visual-studio-2010-sp1.aspx

驚くべきことに、それは私のすべての問題を解決しました:)

于 2012-06-25T05:42:36.007 に答える