【发布时间】:2019-07-06 07:36:14
【问题描述】:
我有一个使用 ReportViewer 15.0 版的网站。当我在 IE 11 中打开时,它显示错误: 不支持浏览器
报表查看器需要符合标准的浏览器。 Internet Explorer 8 和更早版本的用户应该切换到现代浏览器,或者如果已经使用现代浏览器目标标准模式,则通过将标题标签添加到主机页面
我之前使用过 ReportViewer 10.0 版,它在 IE 11 中也可以在 IE8 中使用。我可以在 IE 11 中使用 ReportViewer 15.0 版吗?
我尝试在标签<head> 中添加此代码,但它不起作用
<meta http-equiv="X-UA-Compatible" content="IE=11" >
<meta http-equiv="X-UA-Compatible" content="IE=Emulate11" >
【问题讨论】:
标签: asp.net vb.net visual-studio rdlc reportviewer