DataTable For Report

retkehing

Well-known member
Joined
Feb 5, 2006
Messages
153
Programming Experience
Beginner
I have made used of the dataset to generate report. Now i want to generate a department report, the content of the report includes department name, location as well as the monthly revenue of each and every department. The sum of revenue can be generated by summing a few different type of incomes. My problem is how to import the revenue to the right DataRow, which is the row pointed to the relevant department. I have defined another column called Revenue for that DataTable, Department under DataSet Designer.

Alternatively, please let me know if you any better way of doing it. Your feedback will be highly appreciated. Thank you.
 

Latest posts

Back
Top