I have a report that takes a single parameter and uses that in an ObjectDataSource to query data for the report. I would like to embed that report in the detail section of a master report, which accepts an array of int's as a multivalue parameter. Each element of the parameter array would be passed to the subreport. That way I would get a set of pages, each a subreport. I haven't found an example of how to set this up. Any help would be appreciated.
Steve
Steve