Click here to Skip to main content
15,908,254 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
i need some example web link for creating report
using crystal report and LINQ.

ReportDocument rd=new ReportDocument ();
rd.Load(Server.MapPath("CrystalReport1.rpt"));
rd.Refresh();
IEnumerable<dinnernow.business.data.crystalreport> details = m.ReportGenerator_RestaurantTable1();
rd.SetDataSource(details);

//here error occured. what is the error.
CrystalReportViewer1.ReportSource = rd;

CrystalReportViewer1.DataBind();


by ur mohan
Posted

1 solution

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