SAP Knowledge Base Article - Public

1578824 - Toolbar buttons not showing in IE8

Symptom

  • Visual Studio .NET Web application
  • Crystal Reports viewer display as expected all the common browsers - except IE8
  • IE8 displays the report, but the viewer toolbar is missing:

''

Resolution

  • Check if using Compatibility Mode displays the viewer correctly
  • If it does, add the following to the header tag:

<head runat="server">
    <title>My CR Viewer Page</title>    
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
</head>

Keywords

Internet Explorer tool bar , KBA , BI-DEV-NET-SDK , .NET SDK / COM SDK , How To

Product

Crystal Reports 2008 V1