Specifies the name of the report to be used in the interface.
*ReportLabel()Specifies the name of the report to be used in the interface. |
|||||
*ReportLabel()Specifies the name of the report to be used in the interface. |
Syntax |
*ReportLabel("report_label") |
||
Arguments |
Name |
Description |
|
"report_label" |
The name of the report. |
||
Example |
*DefineReport(test_page_set_1, req_name_1, rep_name_1) *ReportLabel("Ride report") *Parameter(req_name_1, "Request filename", *Parameter(rep_name_1, "Report filename", filename, "*.output") *Page(dummy, "Page 1", page_def_1, req_name_1, rep_name_1) *EndDefine() |
||
Application |
MotionView, HyperView, HyperGraph, TextView. |
||
Context |
|||
See also |
|
||