How to fix SSRS 2019 Report Viewer Control Issue with IE 11 not showing icons

MacDonald, Christopher 1 Reputation point
2021-03-26T14:13:16.87+00:00

My team is upgrading SSRS from 2014 to 2019.

Our ASP.NET application integrates with SSRS using Report Viewer controls and we therefore have upgraded these controls to be the 2019 version.

In our testing we find it works well with modern browsers but when we open up a report in IE 11 (we need to support IE 11 for a few more months), the icons that you would typically see for the dropdown arrow, the calendar control, the tool bar controls etc. are not there. In there place is various capital letters (K, H, etc.).

This issue is only happening when we open the reports from our web server where we deploy the app (Win Server 2019 + IIS) . When the developer tests this on their workstation using IE Express and IE 11 the icons are displayed.

In looking at the DOM I believe the issue is with the class values used by the button "chromeless-button glyphui glyphui-calendar" such that it cannot find or render the icon. Maybe there is a setting in IE that might be blocking the loading of these resources. Maybe i have to install ReportViewer on the server (I can see the correct dlls are in the bin folder).

Any help would be greatly appreciated.

Thanks

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,799 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Joyzhao-MSFT 15,566 Reputation points
    2021-03-29T07:46:49.1+00:00

    Hi @MacDonald, Christopher ,
    In Internet Explorer 11, when previewing SQL Server Reporting Services (SSRS) reports, the print command may not be seen in the report viewer. In addition, some icons will be rendered in capital letters. When you preview the same SSRS report in Chrome or other browsers, it works without any problems, which means it is a browser compatibility issue. How to make SQL Server Reporting Services (SSRS) compatible with IE11?
    You could refer to the following link: SQL Server Reporting Services is not compatible with Internet Explorer 11.
    Hope this helps.
    Best Regards,
    Joy


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.