Show DataReport
Use this command to display the output of an intercompany report as generated by the DataReport command.
Syntax
SHOW DataReport FileName [Width Height] [Orientation] [PaperSize]
where:
- FileName is the name of the ASCII file generated by the DataReport command to display. The path for this file is relative to My Documents\Longview.
- Width is optional and specifies the width (in pixels or as a percent of the window) of the report. Indicate a percentage with the percent ( % ) sign. If you do not use a percent sign, the parameter is assumed to be in pixels. If you specify Width, you must also specify Height.
- Height is optional and specifies the height (in pixels or as a percent of the window) of the report. Indicate a percentage with the percent ( % ) sign. If you do not use a percent sign, the parameter is assumed to be in pixels. If you specify Height, you must also specify Width.
Note: Width and Height apply only in standalone mode.
- Orientation is optional, is either Landscape or Portrait and must match the orientation specified in the configuration file used in the DataReport command. The default if you do not specify this parameter is Landscape.
- PaperSize is optional, must match the paper size specified in the configuration file used in the DataReport command, and is one of the following:
Letter (default) Tabloid DSize A4 B4 Legal
BSize
ESize
A5
B5
Executive
CSize
A3
Syntax example
SHOW DataReport DataReportOut.txt
Syntax example
SHOW DataReport DataReportOut.txt 80% 80% Portrait Legal