Reporting : Native reporting system : Reporting system command language : IMAGEFORMAT subcommand
  
IMAGEFORMAT subcommand
Description
This controls the image format generated by the reporting system, such as when including diagram images through the DIAGRAM keyword. The default is to generate images in svg format.
Note This will override output options specified in SA Publisher.
One parameter is required which is the image format to be supported. Accepted formats are svg, png and jpg. The match is case insensitive and the use of bounding double-quotes is optional.
Each command clears the requested format so specification of "" or some unsupported format will mean that no image is generated.
Example
SETTING { IMAGEFORMAT png }
See also
DIAGRAM command
Parent topic
Reporting system command language