AddReport()

Examples


The AddReport() function defined in the syReportList form is used to add a report to the Report List.

Syntax

AddReport(report_data)

Parameters

report_data – A composite of type syReportData that specifies characteristics of the report to add to the Report List.

Return value

An integer indicating whether the report was added to the list. The value corresponds to one of the following constants:

[spacer]

Constant

Description

OKAY

The report was added successfully

DUPLICATE

The report already exists



Documentation Feedback