Share via


ReportRun.fetch Method

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.

See Also

ReportRun Class

ReportRun.queryRun Method

ReportRun.send

ReportRun.run