views:

15

answers:

0

My question is regarding rldc file creation to be used in reportviewer control. The environment is vs 2008 and winforms.

I have a the following situation.

A company object which has a list of Employees.

Each employee object has a list of CompletedTasks as well as the employee name,number and job type.

A completed Task is a simple object of a datetime, cost, and a success code etc.

I want to display the the results in the following format.

The employee name, number and jobtype with the ability to drill down into the CompletedTask list.

So each employee line item will have underneath it a row I can explode that will contain the CompletedTask list, with each completed task on a different row.

Any thoughts on this?