getReportData()
You can use the getReportData() system function to retrieve the report data you saved using the addReportData() system function.
Syntax
getReportData(dataID STRING in)
returns (result ReportData)
- dataID
- A name assigned to the variable during an invocation of addReportData().
- result
- A ReportData value.