Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,

I'm unable to view report on client side but on server side working fine.. m using crystal report to design report..

See below my code on server side..


ReportDocument cryRpt = new ReportDocument();
//Server.MapPath("~/Reports/CrystalReport1.rpt");
cryRpt.Load(@"C:\\Users\\Administrator\\Desktop\\Student Application\\Student Application\\Reports\\student2.rpt");//C#

crystalReportViewer1.ReportSource = cryRpt;
crystalReportViewer1.Refresh();


Thanks in adavance

Mohammad Imran
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900