Previous Next

Using JavaScript to Write an Event Handler : Determining method execution sequence : Providing the ReportDesign.afterFactory code

Providing the ReportDesign.afterFactory code

The following statement in the ReportDesign.afterFactory method closes the file.

printWriter.close( );

Using this method flushes all the buffers and ensures that all method output appears in the file.

To provide the ReportDesign.afterFactory code, select the top line of the outline and select the afterFactory method on the code page.


(c) Copyright Actuate Corporation 2008