tags:

views:

288

answers:

0

Does anyone know a good resource to show how to create a rdlc report to produce a purchase order report. I work with datasets rather than custom objects and use VB.net.

The typical scenario

PO Header Table PO Detail Table contains po lines Supplier Table so can look up the supplier address.

I have experimented with subreports but I wondered if there is a better way just by adding an initial list to the rdlc dragging po header fields onto the design surface and then adding a table and dragging the PO detail fields into the table. This seems most intuitive thing to do.

I need a step by step walkthrough on how to accomplish this but cannot find one anywhere