Share via


ReportRun.fetch Method

Definition

Executes the report query and calls the send method for the record that is found by the query.

public:
 virtual bool fetch();
public virtual bool fetch ();
abstract member fetch : unit -> bool
override this.fetch : unit -> bool
Public Overridable Function fetch () As Boolean

Returns

true if execution of the report should continue; otherwise, false.

Remarks

The fetch method is called from the super call in the run method.

Applies to