目标:
如果用户使用IE,我想要一部分源代码,即“<div id="ctl31_ctl09" style="width: 100%; height: 100%; overflow: auto; ;">"
改为
SSRS "<div id="ctl31_ctl09" style="width: 150%; height: 100%; overflow: auto; ;">"
如果用户使用FF,Firefox仍然会使用原始源代码。
问题:
在生成原始代码后,我应该如何以及在何处更改源代码。
我的逻辑解决方案和理念是:
1.生成原始代码并根据原始代码显示结果
http://myserver/report
。
2.如果浏览器使用IE,则更改部分源代码:
"<div id="ctl31_ctl09" style="width: 100%; height: 100%; overflow: auto; ;">"
到
"<div id="ctl31_ctl09" style="width: 150%; height: 100%; overflow: auto; ;">"
。
问题是
怎么做?
我坚信您还需要在ReportingServices.js中使用和更改部分代码
信息:
*我正在使用SQL Server 2008 R2和Visual Studio 2008 Professional
*源代码是webdevelopment。
答案 0 :(得分:0)
答案是下载IE11,这个问题就会消失。