简体   繁体   中英

Export Menu Behind Report Items in SSRS Report Manager

We have recently been experiencing an issue with reports using the reportserver web service in internet explorer. As you can see from the screenshot below, the Export menu is opening behind the report items in the report.

在此处输入图片说明

We are using SQL Server 2014 and our client machines have IE10 or IE11. I have tried adding our report server to compatibility view (which has helped with display issues in the past) but it is not helping this time. I have also tested the same reports using the report manager directly (reports url instead of reportserver) and the export menu works fine in report manager but not through the web service. We have to use the reportserver web service because parameters are being passed in to the report via the url.

I've googled until my fingers are bleeding and have not found anyone else who is having this issue. Can anyone provide any guidance on how to get this resolved?

I believe I have solved the issue for our environment. In the ReportViewer.aspx control on the server, there was the following meta tag:

<meta http-equiv="X-UA-Compatible" content="IE=5">

I commented out this meta tag and made sure that our ssrs server was not in compatibility view settings on the client machines and the export menu started displaying correctly. This issue only recently started happening to us and I'm not entirely sure why but I'm glad it is resolved.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM