The AddReport() function defined in the syReportList form is used to add a report to the Report List.
AddReport(report_data)
• report_data – A composite of type syReportData that specifies characteristics of the report to add to the Report List.
An integer indicating whether the report was added to the list. The value corresponds to one of the following constants:
Constant |
Description |
---|---|
OKAY |
The report was added successfully |
DUPLICATE |
The report already exists |