Click here to Skip to main content
15,920,801 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
can u plz send how to generate crystal reports using linq??
Posted

Can you please tell me how would I generate crystal report using LINQ to SQL in C#
 
Share this answer
 
Comments
ravi sharma11 1-Sep-12 5:14am    
nly from c#
You need to convert your Linq2SQL data into a DataSet and then use it in Crystal Report. Not directly using LINQ.

If needed, look here[^] for more.
 
Share this answer
 

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