Limit Pages of All Export Report File Types

I would like to limit the number of pages created when I export a report.

Currently, very few file types (PDF does work) work correctly when using the AutoDefineNewPage() event to abort the printing early.

A use-case would be when a user has a large set of data for a report, our HTML Viewer currently limits the pages but the export is not limited. This is more work for the Server to be processing than necessary, it may even result in slower experience for other users sharing the Server.

By being able to set a hard limit on exported reports, we can ensure the Server does not waste resources and ensure a good experience for all other users.

Thanks