Crystal 使用 IE11 报告
Crystal report with IE11
我有一个 silverlight 4 应用程序,我升级到 silverlight 5,我使用 crystal 报告来显示和打印报告,但升级后报告在 interne explorer 11 中显示为空白(空)
是否可以在 IE11 中打开 crystal 报告?
可能是兼容性问题或ActiveX控件问题。您可以尝试以下方法:
- 请将crystal报告的站点添加到IE compatibility view中试一试。
- 请确认ActiveX filtering is not turned on。打开 Internet Explorer 和 select Tools 按钮。确保 ActiveX Filtering.
前没有勾号
您可以尝试添加以下元标记以使其与 IE 11 兼容:
<meta http-equiv="X-UA-Compatible" content="IE=9,chrome=1" />
更多信息,您可以参考this thread and this thread。
我有一个 silverlight 4 应用程序,我升级到 silverlight 5,我使用 crystal 报告来显示和打印报告,但升级后报告在 interne explorer 11 中显示为空白(空) 是否可以在 IE11 中打开 crystal 报告?
可能是兼容性问题或ActiveX控件问题。您可以尝试以下方法:
- 请将crystal报告的站点添加到IE compatibility view中试一试。
- 请确认ActiveX filtering is not turned on。打开 Internet Explorer 和 select Tools 按钮。确保 ActiveX Filtering. 前没有勾号
您可以尝试添加以下元标记以使其与 IE 11 兼容:
<meta http-equiv="X-UA-Compatible" content="IE=9,chrome=1" />
更多信息,您可以参考this thread and this thread。