Output as Image (PHP)

Set up and configure output to an image file from your reporting application. This option is useful for archiving.

To output your report as an image, use the selectDevice() function:

$greRunnerObj->selectDevice("Image");

For the full list of properties and methods, refer to the Genero Report Writer PHP API documentation.