I have 24 subreports (no parent/child relationship, no field to group on) in a main report. I want to insert a pagebreak after each subreport, but only if the subreport has no data (I have a HasNoData event on each of the underlying reports so if there is no data, nothing passes to the main report). Any ideas on how I can rig the report to only insert a page break after each subreport in the detail section which has data? Thanks.