PRINT REPORT
Welcome to our Knowledge Base
Documentation | Blog | Demos | Support
< All Topics
Print
PRINT REPORT
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
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
See Also
Updated
ByJason Lee
Was this article helpful?
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
5