Runs the report and outputs the result to the destination specified in the Output property of the report object (the default is "PRINT"). Before creating a file, call SetOutputToFile to set the file specifications. Before sending an email, set the Recipients, BCCRecipients, EmailSubject, and EmailBody properties.

Syntax

RunReport() as Boolean

Parameters
None

Return Value
True if the report was run successfully, False if not (check ErrorMessage for a reason why the run failed).

See also

CreateOutput | Report Object | SetOutputToFile

© Stonefield Software Inc., 2023 • Updated: 06/06/16
Comment or report problem with topic