« Back to Product

Documentation

RAC_GenerateReport

Require: IP-Symcon >= 5.5

 boolean RAC_GenerateReport (int $InstanceID) 

Parameters

InstanceID

ID of the Instance

Returns

If the command could be executed successfully, it returns TRUE as result, otherwise FALSE.

Description

Generates a PDF with the values specified in the module with the InstanceID InstanceID. The PDF is then available as a media file.
If a file already exists, it will be updated.

Example

RAC_GenerateReport(12345);
Any questions?