setReportVariableValue()

The ReportLib.setReportVariableValue function sets the value of the specified variable to a value provided to the function.
  ReportLib.setReportVariableValue(
    variable STRING  in,
    value Any in)
variable
The variable to set
value
The value to assign

Related concepts
EGL report creation process overview
EGL reports overview
Syntax diagram for EGL functions

Related reference
addReportParameter()
EGL library ReportLib
fillReport()
exportReport()

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.