Reporting API Functions / Functions to change reporting options |
Configure processing via a dedicated server.
fgl_report_configureDistributedProcessing( host STRING, port INTEGER )
Specify the server where the Genero Report Engine is running in server mode. The engine is started on the remote machine via the command $GREDIR/bin/greportwriter -l port.
For a generic example of Genero code using a reporting function, see Using report output functions. This example may not use the specific function discussed in this topic, however it provides details on where you would place this (and other) report output functions.