I would like to create a report that has a dataset that drives a subreport per row in the parent dataset. What I've done is create a primary report (parent) and added a dataset. Then I've inserted a table that is tied to the dataset. Within the table I've added the subReport and I'm using the fields in the table dataset as parameters to the subReport.
My expectation is that I'd get 4 pages (the dataset has 4 records), with a subReport on each page. However, I get 4 pages, with the first page blank, the second page has the subReport with the passed in data, and the last 2 pages are blank.
Any help would be greatly appreciated.