NewMind
05-01-2008, 12:05 AM
I found the problem!!!
See this:
http://otkfounder.blogspot.com/2007/11/solving-reportviewer-rendering-issue-on.html
You basiclly have to add the following line to your Web.config under the System.WebServer Handlers.
[quote]
<system.webServer>
<handlers>
[b]
<add name="Reserved-ReportViewerWebControl-axd" path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler" resourceType="Unspecified" /></BLOCKQUOTE>
</handlers>
</system.webServer></CODE>
[b]
</BLOCKQUOTE>
See this:
http://otkfounder.blogspot.com/2007/11/solving-reportviewer-rendering-issue-on.html
You basiclly have to add the following line to your Web.config under the System.WebServer Handlers.
[quote]
<system.webServer>
<handlers>
[b]
<add name="Reserved-ReportViewerWebControl-axd" path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler" resourceType="Unspecified" /></BLOCKQUOTE>
</handlers>
</system.webServer></CODE>
[b]
</BLOCKQUOTE>