in my current project I needed an overview of several test runs on one page.
I imported several index.html test results into different frames of my overview page and deleted the items I did not need using css.
It is easy to get rid of stuff you don't need in the report using css.
But if you need more information in the report, this approach does not help.
Gerhard