ReportRun.fetch Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.