.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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

android - IllegalStateException: Cannot call this method while RecyclerView is computing a layout or scrolling -