Use this command to terminate running reports that are either waiting for input, or contain the following logic commands:
Sleep
CriticalPoint with the Sleep command option
The attribute Glb.Close is set for the report the next time the report resumes processing following a Sleep logic statement. When the next Sleep logic statement is executed, the report terminates.
This command has no effect on a running report that is not sleeping.
Administration command
:STR report process
Where:
report is the name of the report.
process is the process ID of the report.
COM+ method
StopReport(VARIANT vtReport, StopReportFlags)
Where:
vtReport is the name of the report.
Flags determines how any transaction in progress is handled. In this context the Flag value is 1. Refer to Terminating an Active Report for more information about other values.
Security
Users must be a member of one of the following COM+ roles in order to access this administrative function:
Report Runners (only able to stop reports they have initiated)
Report Operators
Report Administrators
Application Administrators