Listener for the report scheduler. Relevant methods are invoked
by the scheduler engine when managing scheduler jobs. Implement
methods in this interface to add functionality to the scheduler.
modifyBeforeExport(QbReport report,
ScheduleObject so,
java.lang.String exportPath)
This method is invoked before a report.export(...) is called when executing an
export schedule job.