setStartEndMethods

setStartEndMethods(initializeMethodName: String;
                   finalizeMethodName:   String);

The setStartEndMethods method of the JadeReportWriterReport class sets the names of the Application class methods that are to be called before the report is run (for example, to set up context for the report) and after the report has completed (for example, to delete transient instances). Use the initializeMethodName parameter to specify the initialize method and the finalizeMethodName parameter to specify the finalize method for the report, if required.

Null parameter values indicate that you do not want initialize and finalize method calls for this report run.