Click here to Skip to main content
15,886,074 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello Everyone,

I'm developing the web application in C# and using the linq.
I want to show the details in report which in List<> ,so how it can load in the
GetDatatSource() in ReportDocument which is accepting the DataSet or DataTable .
So i want to convert the List<> to Dataset.
Please,guide me to solve this problem.

Regards and Thanks,
Muniyan
Posted

1 solution

Have a look here: Converting a List to a DataTable[^]
 
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