report create

Allows you to create a report.
A page can be created with the command ‘interface page create’, where the report can be displayed. The report can be accessed from a remote file.

Format:

 
report create
report_name =
a new report
file_name =
string
base_font_size =
integer
view_name =
an exiting view

Example:

 
report create &
report_name =
.report_1 &
file_name =
"C:/gui_text.txt" &
base_font_size =
10 &
view_name =
.gui.ppt_main.sash1.sash2.gfx.page_5.view_1

Description:

 
Parameter
Value Type
Description
report_name
A New Report
Specifies the name of the report to be created
file_name
String
Specifies the file to be read
base_font_size
Integer
Specifies the font size of the report text
view_name
An Existing Report
Specifies the name of the page view

Extended Definition:

1. The report can be created from an existing file by providing the ‘file name’. The font size of the text in the report can be specified by ‘base_font_size’. The ‘view_name’ requires the view name of the page where the report is displayed.