.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

how to add preprocess loader in webpack 2 -

python - django admin: changing the way a field (w/ relationship to another model) is submitted on a form so that it can be submitted multiple times -

sharepoint online - C# CSOM SPView ListItemCollection did not update after I add new field in the SP view -