I have an Order object that has many Job objects included in it.
What I want to do is to create a report that has many Order objects displayed on it and then each of those order objects will have many Job objects underneath them. I can't seem to link the two together, how do I go about doing this?
Using Microsoft RDLC reports - NOT Crystal reports.