i have created a DNN installtion and created portal.
now i have created a module and used that module in my portal.
in this module i have used crystalreport viewer contol to show my crystal report.
the report and report viewer icons does not shows when i run my application.
when i click on the icons(x) i am getting java script error.
DNN Version is 5x
crystal report version is 11.5.3700.0
i am having the folder
Website\aspnet_client\system_web\2_0_50727\crystalreportviewers115
in my system.
all java script files are in
Website\aspnet_client\system_web\2_0_50727\crystalreportviewers115\js
image icons in
Website\aspnet_client\system_web\2_0_50727\crystalreportviewers115\images\toolbar
when i view the viewsource i can see the below gif assigned to crystal report. but the icons are not displayed
<input src="../aspnet_client/system_web/2_0_50727/crystalreportviewers115/images/toolbar/print.gif" type="image" name="dnn$ctr1099$xxxxx$crvApplicant$ctl02$ctl02" title="Print" src="" onmouseover="this.src='../aspnet_client/system_web/2_0_50727/crystalreportviewers115/images/toolbar/print_over.gif'"
please help me to show the crystal reports in my DNN Module
Thanks in Advance
Sridhar