Hi,
We are trying to embedd a Reporting Services report within a simple webpage. It works fine in Firefox and Chrome, but not in IE (at least not in IE10 64bit).
Sample code;
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<title>Reporting Services Test</title>
</head>
<body>
<a href="http://SERVER/ReportServer_SQL2008/Pages/ReportViewer.aspx?%2fDefaultUsers&rs:Command=Render&DefaultClientID=2&rc:Parameters=false" target="" >Link </a>
<br />
<iframe src ="http://SERVER/ReportServer_SQL2008/Pages/ReportViewer.aspx?%2fDefaultUsers&rs:Command=Render&DefaultClientID=2&rc:Parameters=false" width="800" height="600" />
<br />
</body>
</html>
Anyone having some idea why?
Security settings, other settings?
/Erik
Erik Lidman