asp.net - Crystal Report Templates & Images not displayed -
i using crystal report template vs 2013. have used web form & use crystal report viewer itself.
the following aspx page code is::
<head runat="server"> <title></title> <script type="text/javascript" src="../crystalreportviewers13/js/crviewer/crv.js"></script> </head> <body> <form id="form1" runat="server"> <div> <cr:crystalreportviewer id="crystalreportviewer1" runat="server" enabledrilldown="true" hasrefreshbutton="true" hasgotopagebutton="true" displaystatusbar="true" displaytoolbar="true" enableparameterprompt="true" hascrystallogo="false" hasexportbutton="true" hastoggleparameterpanelbutton="true" hastogglegrouptreebutton="true" hassearchbutton="true" haszoomfactorlist="true" bestfitpage="true" autodatabind="true" /> </div> </form> </body>
but getting problem in displaying images shown in figure below icons button 'ok' disappeared::
Comments
Post a Comment