I'm new to SSRS and know little about groupings in SSRS.
I've an order confirmation report. The report has two groups (orderHead and orderLines). I've added a table row at the bottom of the report to contain a sub-report (that must run for some clients). This sub-report is not part of the grouping, but just sit at the bottom of the table.
The problem I'm facing is that if the order has multiple lines, this sub-report is printed as many times as the order lines. How can I restrict it to print exactly once?