Loading HTML or HTML fragment into a Dynamic Content Container

I have a reporting protocol that generates a quite complex and rich report. The report needs to be refreshed regularly and needs to be viewed by a dozen users very regularly. I would like the reporting protocol to generate the report once and store it as an HTML or HTML fragment. The users would then just load the stored html in a Dynamic Content Container to avoid all of the unnecessary overhead of constantly regenerating the HTML report.

I've attempted to store the results with an HTML writer but I am unable to load th results into a Dynamic Content Container. The content container remains blank and no error messages are produced.

Any suggestions would be helpful.

Thanks.