Facebook

Explorer

IE11 ssrs report viewer OR report viewer internet explorer 11

If you are doing this in ASP.net. Then add ASP NET Folder App_Browser. Then add Browser File and replace all text with text below or download file attached below: <browsers> <browser id=”IE11Preview” parentID=”Mozilla”> <identification> <userAgent match=”Trident/(?’layoutVersion’\d+).*rv:(?’revision'(?’major’\d+)(\.(?’minor’\d+)?))” /> <userAgent nonMatch=”MSIE” /> <userAgent nonMatch=”IEMobile” /> </identification> <capabilities> <capability name=”browser” value=”IE” /> <capability name=”layoutEngine” value=”Trident” /> <capability name=”layoutEngineVersion” value=”${layoutVersion}” […]