Get an exported element from a report. This can be used to generate aggregate reports. This is an experimental feature of Nozzle and may not lead to the expected results.
getExportedElement(report, exportId)
The source report.
The ID of the exported element.
getExportedElementIds
returns a list of exported
element IDs.
The exported report element or NULL if the ID does not
exist in report
.