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::

enter image description here


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -