ReportClose()

Syntax:

ReportClose( ReportNumber )

Parameters:

ReportNumber – Identifier of report to close. It is possible to use up to 5 report files at once ReportNumber is zero based, so the reports are numbered 0 to 4. This parameter is optional and the default is 0.

Remarks:

Close an open report file.

Note:

The report files are automatically closed when a publication is closed so it is rare to need this function.

image\Script_Button.jpgExamples