HyperWorks Desktop

*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.

Previous topic Next topic No expanding text in this topic  

*ReportLabel()

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

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

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",
              filename, "*.req")

   *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

*DefineReport()

See also

 

*DefineReport()

List of Report Statements