Hello -
Yes, I have have a formula in the main report to suppress the header section once the subreports are run.
In the Main Report, page header section, condition to suppress:
whileprintingrecords;
global booleanvar no_header;
In the Main Report, report footer A section (where one subreport lives), condition to underlay following sections:
whileprintingrecords;
global booleanvar no_header:= true
In the Main Report, report footer B section (where the second subreport lives), condition to underlay following sections:
whileprintingrecords;
global booleanvar no_header:= true