I deployed my application in webserver using crystal reports runtime merge module. Everything works fine except "crystal reports print to pdf is not working"
This is below code, I think it can understand clearly whats the error.
CrystalReportViewer1.Visible =
True
CrystalReportViewer1.DisplayGroupTree =
False
CrystalReportViewer1.DisplayToolbar =
True
CrystalReportViewer1.HasExportButton =
False
CrystalReportViewer1.HasGotoPageButton =
False
CrystalReportViewer1.HasPageNavigationButtons =
False
CrystalReportViewer1.HasRefreshButton =
False
CrystalReportViewer1.HasSearchButton =
False
CrystalReportViewer1.HasDrillUpButton =
False
CrystalReportViewer1.HasViewList =
False
CrystalReportViewer1.HasZoomFactorList =
False
CrystalReportViewer1.HasToggleGroupTreeButton =
False
CrystalReportViewer1.HasCrystalLogo =
False
I was showing only print option from CrystalReportViewer1 "DisplayToolbar" , I mean...
crystal repport is displaying report properly on server. and also displaying print button.
When i press print button it will display print popup dailog box and it contains display options to print "All" or pages and "OK" button. Until here its workinh fine.
when i press "OK" button crystal reports automatically disply report in PDF format for printing a report.
BUT
I am getting error message when i click on "OK" button.
its working fine from local system but it was not working from webserver.
"ERROR MESSAGE"
Windows Internet Explorer dailog box with the below message
Internet Explorer cannot download showreport.aspx from your.test.site(i.e our http website name)
Internet Explorer was not able to open this internet site. the requested site is either unavailable or cannot be found. Please try again later
Edited by komakula - 08 Jul 2008 at 8:33am