*ReportLabel()

Specifies the name of the report to be used in the interface.

Syntax

*ReportLabel("report_label")

Application

MotionView, HyperView, HyperGraph, and TextView.

Inputs

"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", 
               filename, "*.req")
    *Parameter(rep_name_1, "Report filename", filename,
               "*.output")
    *Page(dummy, "Page 1", page_def_1, req_name_1,
          rep_name_1)
*EndDefine()

Context

*DefineReport()