With the GRID asp.net component you can set up a nested grid so that each row in the master table has a nested detail table under it. I would like to reproduce this functionality in a report that is only intended for PDF output so no collapsing is necessary. This is for a assembly ticket that shows part kits to be assembled and their component parts. So it looks something like this
MASTER: Bin - Part Number - Description - Qty Ordered - Qty Backordered - UOM
MASTER: Bin - Part Number - Description - Qty Ordered - Qty Backordered - UOM
Detail: Bin - Component Part - Quantity - UOM
Detail: Bin - Component Part - Quantity - UOM
Detail: Bin - Component Part - Quantity - UOM
MASTER: Bin - Part Number - Description - Qty Ordered - Qty Backordered - UOM
Detail: Bin - Component Part - Quantity - UOM
Note that sometimes a part may not have any components, so nothing would need to be shown under those.
Ideally the master table and the detail tables would have separate datasources just like the GRID implementation.
Wish so may options (crosstabs, subreports etc... ) it's hard to get started down the right path. Can someone point me in the direction of a tutorial or sample of a solution of a solution for this?
MASTER: Bin - Part Number - Description - Qty Ordered - Qty Backordered - UOM
MASTER: Bin - Part Number - Description - Qty Ordered - Qty Backordered - UOM
Detail: Bin - Component Part - Quantity - UOM
Detail: Bin - Component Part - Quantity - UOM
Detail: Bin - Component Part - Quantity - UOM
MASTER: Bin - Part Number - Description - Qty Ordered - Qty Backordered - UOM
Detail: Bin - Component Part - Quantity - UOM
Note that sometimes a part may not have any components, so nothing would need to be shown under those.
Ideally the master table and the detail tables would have separate datasources just like the GRID implementation.
Wish so may options (crosstabs, subreports etc... ) it's hard to get started down the right path. Can someone point me in the direction of a tutorial or sample of a solution of a solution for this?