report modify
Allows you to modify a report.
A page can be created with command ‘interface page create’, where the report can be displayed. The report can be accessed from a remote file.
The report can be deleted by this command.
Format:
report modify |
|---|
report_name = | an existing report |
file_name= | string |
base_font_size= | integer |
Example:
report modify & |
|---|
report_name = | report_1 & |
file_name = | "C:/gui_text.txt" & |
base_font_size = | 12 |
Description:
Parameter | Value Type | Description |
|---|
report_name | An existing report | Specifies the name of the report to be modified |
file_name | String | Specifies the file to be read |
base_font_size | Integer | Specifies the font size of the report text |
Extended Definition:
1. The report can be created from a 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.
2. The parameters of the existing report like the file to be read and the font size of display can be modified using this command.