Hi, Iam using CrystalReport in my application.iam using VS2010. connections are working fine and . my problem is after adding crystal report and set connection, add a webpage and drag a CrystalReportViewer from tool box and wrote following code in load event
ReportDocument reportdocument = new ReportDocument();
reportdocument.Load(Server.MapPath("~/CrystalReport.rpt"));
CrystalReportViewer1.ReportSource = reportdocument;
it is not showing crystalreport in browser. and not showing any error.
How to solve this
Regards
Baiju