Click here to Skip to main content
15,900,907 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi!
I have a query regarding to the crystal report.
My problem is that I have made a project using linq.

I need some dropdown which are filled from database and customer can see all the product item wise or biller wise or shipper wise or max item sold

so how can i do it using linq????????

Please tell me. I have window application.
Posted

1 solution

If you mean how you can use the the data fetched using LINQ in a Crystal report, one way is to store the results in a datatable and place that datatable in a dataset.

Crystal is able to use a dataset as a datasource so you can assign the created dataset to a Crystal report.

For example, see Crystal Report Basics and Integration with DataSet[^]
 
Share this answer
 
Comments
ravi sharma11 1-Sep-12 4:40am    
Actually I need such report that user himself will select biller from dropdown which is a foreign key,same as he will select shipper and total of item and price should be displayed in footer.

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