.net - Crystal report not rendering on Mozilla FireFox browser but working on Chrome? -


my crystal report either time not appears or time not rendered in crystal report viewer using latest version of firefox , crystal report v10 .net 4.5 have attached image problem . tried many solution adding meta tag

    <meta http-equiv="x-ua-compatible" content="ie=8"/> 

my viewer code

     <form id="form1" runat="server"> <div>     <cr:crystalreportviewer id="crystalreportviewer1" runat="server" autodatabind="true"         displaygrouptree="false" reuseparametervaluesonrefresh="true" printmode="activex" /> </div> </form> 

what should make crystal report 10 visible , render css on chrome here image image of problem


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -