I would like to use report builder to display a simple report containing a one to many relationship.
For example, a list of customer orders where each customer order can consist of many ordered items.
The queries for this report must be external. Is this possible, and if so, how do I do it?
I was able to do it with embedded queries no problem.
Passing in a query for outer report works no problem.
I was able to pass in a query for the subreport, however, I cannot filter that subreport by the parent id.
Any ideas? Let me know if this is not clear enough, it seems like it should be a fairly common task/occurrence.
(I just started looking at report builder yesterday)