addReportData()

addReportData() associates data (as stored in a variable of type ReportData) with an ID. You may retrieve the data in two ways:
  • By invoking ReportLib.getReportData()
  • By invoking the report handler method getDataSource() in the design file
  ReportLib.addReportData(
    rd ReportData in,
    dataID STRING in)
rd
A variable of type reportData
dataID
An arbitrary name that you can use to access the data in the variable
Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.