This is a migrated thread and some comments may be shown as answers.

Using report viewer with IE10 in compatibility mode

1 Answer 115 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Adam
Top achievements
Rank 1
Adam asked on 30 Aug 2013, 06:03 PM
We are using CRM 4.0 which requires IE to be run in compatibility mode.  If I put the meta tag

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

On my report viewer page then the reports will show up.  If that isn't there, then the page is empty except for the toolbar.  Problem is with that meta tag in place when the user navigates back to another CRM page then they don't display properly.

So, is there a way to turn that back off when a user leaves the reports page, or what modifications can I do so the report viewer will display correctly even if compatibility mode is enabled?

Thanks,
Adam


Edit:
Adding this to the windows.onload allows the reports to show.  Not sure if this is the best resolution, but it does work for now.
document.getElementById('ReportViewer1ReportFrame').style.width = '1000px';

Adam

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 02 Sep 2013, 12:11 PM
Hello Adam,

Your solution seems reasonable. Let us know if you need additional assistance.

Regards,
Peter
Telerik

Have you tried the new visualization options in Telerik Reporting Q2 2013? You can get them from your account.

Tags
General Discussions
Asked by
Adam
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or