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.
Executes the report query and calls the send method for the record that is found by the query.
Syntax
public boolean fetch()
Run On
Called
Return Value
Type: boolean
true if execution of the report should continue; otherwise, false.
Remarks
The fetch method is called from the super call in the run method.