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

Syntax

Print report from memory field-name

Description

This command prints the contents of the specified binary field or variable to the current report destination. The specified field or variable must contain output generated using the Memory printing device.

Example

# Print the report rMyReport to memory and then print
# the report from memory to screen
Set report name rMyReport
Do $cdevice.$assign(kDevMemory)
Do $prefs.$reportdataname.$assign(iBinVar)
Print report
Send to screen
Print report from memory iBinVar