exportReport()

The system function ReportLib.exportReport exports the filled report in the format you specify.
The following diagram illustrates the syntax of that function:
  ReportLib.exportReport(
    report Report in,
    format ExportFormat in)
report
The report being exported.
format
The format and file extension of the exported report.
The values are of the enumeration ExportFormat:
csv
The output show one value separated from the next with a comma; csv stands for comma-separated values.
html
The output is in HTML format.
pdf
The output is in Adobe Acrobat PDF format.
text
The output is in ASCII text format.

Related tasks
Exporting reports

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