I have a report that is bound to a business object list. The business object class contains a list of child objects. Example: The parent object is Company, and the Company class contains a list of Employees. The report shows the details of each company, and the list of employees for each company. This senario fits the use of a SubReport. However, is there a way to do this without a SubReport? And if not, is there a way to pass the child items to the subreport, instead of the ID of the company? (since the child objects are already populated in the Company object, if I pass the ID of the company, the Employee list will have to be retrieve a second time)
Thanks,
Justin
Thanks,
Justin