PRINT REPORT

Prints or displays a graphical reports previously created.

Syntax

PRINT REPORT name TO destination

Parameters

name

The name of a Zim document that contains the graphical report.

destination

The destination can be the SCREEN or to the PRINT.

Comments

The Zim document specified by name must contain a graphical report previously generated by a REPORT FROM command with the GRAPHIC option. The document can be printed any number of times.

If the destination is the printer, the report is printed automaticaly without operator's intervention.

If the destination is the screen, the report can be visualized and then, optionally, printed and/or written to a PDF format file.

Examples:

PRINT REPORT MyDoc TO SCREEN

PRINT REPORT AnotherDoc TO PRINT

 

Related Topics