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 the status of the Server (not clients) operations performed by ReportForm and ReportWebData objects.
In addition to the monitor table, report information can be accessed via Display CodeBehind or Scripts, using the following syntax.
|
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: