Overview

The Reports Monitor allows you to manage and control report entries, providing an overview of the status and results of each report.

Only the Server side operations are monitored. Some methods of the Report Module can be fully executed on Client Computer, and will not be included in the Designer monitoring tool.

On this page:


Reports Monitor Table

Access the Monitor page at  Reports → Reports Monitor

The monitoring table will show status of the Server (not clients) operations performed by ReportForm and ReportWebData objects.

 Additionally of showing in the monitor table, the properties can be accessed on Displays or Scripts, using the following syntax

@Report.Form.<Name>.<PropertyName>

@Report.Query.<Name>.<PropertyName>

Report Monitor Table

Field

Description

Name

Unique name to identify the report entry.

Disable

 Flag to indicate the object is disabled. 

SavedFileName

Specifies the file name for storing the report's output data.

LastStatus

 Checks the most recent status of the report entry, which could be "Success," "Running," or "Error."

LastStatusMessage

 Access a detailed message that elaborates on the latest status of the report entry, providing further insights.


In this section:

  • No labels