HyperWorks Desktop

*DefineReport()

Begins a report definition block.

*DefineReport()

Begins a report definition block.

Previous topic Next topic No expanding text in this topic  

*DefineReport()

Begins a report definition block.

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

Syntax

*DefineReport(ps_def_name, [arg_1, arg_2,..., arg_n])

Arguments

Name

Description

 

ps_def_name

The name of the report definition.

 

arg_1,

arg_2, ...,

arg_n

User-defined optional arguments.

Example

*DefineReport(repdef_lane_chg, filename)

   *Parameter(filename, "Request file name", filename)

   *Page(page_lane_chg, "Lane Change",
         gedef_lane_chg, filename)

*EndDefine()

Application

MotionView, HyperView, HyperGraph, and TextView.

Comments

The *DefineReport() block is required for every report definition.

 

The *DefineReport() statement requires an ending *EndDefine() statement.

 

All arguments after the first argument are user-defined.

See also

 

*Page()

*Parameter()

*ReportLabel()

List of Report Statements