Pausing Scheduled reports for Holidays/planned downtime

I have a site that is using the reporting module to record dosing information and then automatically print it off to attach to production records. It works well and contains a lot of data when production is running but when there is a holiday or planned downtime we are also printing the empty tables which results in 7+ pages that end up in the trash. Does anyone know how to pause/disable the report during a specific period of time so we don't waste paper? (And no we currently cannot go digital only)

Do you use alarming schedules? You could run a script action in the report setup instead of a print action. Then you could check to see if the schedule is active and if it is then print the report with scripting. Otherwise, you return without printing.

We are not currently using alarm schedules but I can add one, thanks for the idea I'll give it ago.