Set report name

Command group Flag affected Reversible Execute on client Platform(s)
Reports and Printing NO YES NO All

Syntax

Set report name report-name

Description

This command selects a report class for use with subsequent Print... commands. It terminates any report in progress.

If you use Set report name in a reversible block, the previous report name will be restored when the method terminates.

Example

# Print the report rMyReport to the selected
# destination
Prompt for destination
If flag true
  Set report name rMyReport
  Print report
End If