Reporting API Functions / Functions to change reporting options |
Configure the file location for the device output. This function works for all output formats except Image.
fgl_report_setOutputFileName( fileName STRING )
If no suffix is specified, a device-specific suffix is appended, with the extension corresponding to the output type chosen by the fgl_report_selectDevice() API call.
If you do not specify a path, the file is written to the current directory.
Function to configure the file location for the device output. This function works for all output formats except for the Image output format. For the Image output format, you must call the function fgl_report_configureImageDevice.
You can use this function when file preview has been disabled, by a call to fgl_report_selectPreview(FALSE).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.