HowTo Bind Crystal Reports to Entity Framework?
问题 How can one bind Crystal Reports to Entity Framework Entities? I did find no workaround yet. (And I have not enough points yet to vote on existing questions) 回答1: As for me, I read below link http://aspalliance.com/2049_Use_LINQ_to_Retrieve_Data_for_Your_Crystal_Reports.2 It tell me how to link EntityFramework and Crystal Report. As for code behind .... protected void Page_Load(object sender, EventArgs e) { Report.CrystalReport1 _Rpt = new Report.CrystalReport1(); List<Test> list_Test = new