Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates the data that can be used by the report.
Syntax
public boolean createReportData(FormletterJournalPrint _formletterJournalPrint)
Run On
Server
Parameters
- _formletterJournalPrint
Type: FormletterJournalPrint Class
An instance of the FormletterJournalPrint object.
Return Value
Type: boolean
true if the data is created; otherwise false.
Remarks
In the base class it always returns false. It should be ovewritten in the child classes that create the report data.