Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/reporting-services/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
经典ASP中Iframe中的SSRS报告无法正常工作_Iframe_Reporting Services_Asp Classic - Fatal编程技术网

经典ASP中Iframe中的SSRS报告无法正常工作

经典ASP中Iframe中的SSRS报告无法正常工作,iframe,reporting-services,asp-classic,Iframe,Reporting Services,Asp Classic,我不知道如何在这里上传屏幕截图。但我会告诉你我的问题。 我有一个用经典asp编写的遗留应用程序。它必须在iframe中显示SSRS报告。查看源代码如下所示: <HTML> <BODY> <DIV> Somethings blah blah here.... </DIV> <IFRAME height=500 src="URL" width=820 align=center> </IFRAME> </BODY> &

我不知道如何在这里上传屏幕截图。但我会告诉你我的问题。 我有一个用经典asp编写的遗留应用程序。它必须在iframe中显示SSRS报告。查看源代码如下所示:

<HTML>
<BODY>
<DIV>
Somethings blah blah here....
</DIV>
<IFRAME height=500 src="URL" width=820 align=center>
</IFRAME>
</BODY>
</HTML>

有些事情在这里胡说八道。。。。
问题是,当报表有两页时,当用户试图向下滚动第二页时,报表的第一页与第二页重叠。如何解决这个问题?有什么建议吗

让我知道如何上传屏幕截图。这也许能更好地解释


编辑:问题在于SSRS报告。与IFrame或经典asp无关。我在一个窗口中单独打开了报告URL并缩小了internet explorer的大小,我可以在那里看到相同的问题。

正如我上面所说,问题发生在SSRS报告中。 我移除了财产,这是固定的