• It feels a bit hacky but you could...

    Add an empty row to the table in your subreport, outside of the Detail group and use an expression for the row Visible property like:

    =RowNumber(Nothing) > 1

    Works on my test report.