简体   繁体   English

axapta 2009 中 ssrs 报告中的 javascript 错误

[英]javascript error in ssrs report in axapta 2009

We are using Dynamics Ax 2009 in our company and SSRS 2012 services for reporting.我们在公司中使用 Dynamics Ax 2009 和 SSRS 2012 服务进行报告。

After installation windows updates on server with Axapta, we faced with problem of viewing ssrs report by users: SSRS reports return javascript error " Document is undefined" in any report in filter form when user tryes to choose any value in dropdownlist.在使用 Axapta 在服务器上安装 Windows 更新后,我们面临用户查看 ssrs 报告的问题:当用户尝试在下拉列表中选择任何值时,SSRS 报告在过滤器表单中的任何报告中返回 javascript 错误“ Document未定义”。

How can I fix that problem?我该如何解决这个问题?

The problem was fixed by that way:问题是这样解决的:

  • Open the reportviewer.aspx file located in \\Microsoft SQL Server\\MSRS11.MSSQLSERVER\\Reporting Services\\ReportServer\\Pages in notepad.在记事本中打开位于 \\Microsoft SQL Server\\MSRS11.MSSQLSERVER\\Reporting Services\\ReportServer\\Pages 中的 reportviewer.aspx 文件。

  • Change the meta tag from <meta http-equiv="X-UA-Compatible" content="IE=5"> to <meta http-equiv="X-UA-Compatible" content="IE=Edge">将元标记从<meta http-equiv="X-UA-Compatible" content="IE=5">更改为<meta http-equiv="X-UA-Compatible" content="IE=Edge">

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 打印SSRS报告时出错 - Error in printing SSRS Report SSRS - Javascript 报告加载事件 - SSRS - Javascript Report load event 是否可以将 javascript 嵌入到 SSRS 报告中? - Is it possible to embed javascript into an SSRS Report? SSRS - 使用JavaScript获取报告选定参数 - SSRS - Getting report selected parameter with JavaScript 在SSRS报告中包括一个外部javascript文件 - Include an external javascript file in an SSRS report 使用 Javascript 在 ssrs 中创建 POP UP 子报告不起作用 - Using Javascript to create POP UP sub report in ssrs not working SSRS 报告 — 在 URL 和相对 URL 中使用参数打开详细报告,因此它在区域中正常工作(涉及 XML 和 javascript) - SSRS report — open detail report with parameters in URL with relative URL so it works correctly in regions (XML and javascript involved) 当报表托管在Iframe中且其域与父页面的域不同时,无法从SSRS报表调用JavaScript - Calling JavaScript from SSRS Report is not working when the report is hosted in Iframe with domain different than that of Parent Page SSRS Report Manager javascript在非IE浏览器中针对Drop Down Menus失败 - SSRS Report Manager javascript fails in non-IE browsers for Drop Down Menus Chrome中的SSRS报告-报告未水平滚动 - SSRS Report in chrome --Report is not scrolling Horizontally
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM