fgl_report_setXLSXHandleBorders
Enable borders in XLSX (Excel) output.
Syntax
fgl_report_setXLSXHandleBorders (
handleBorders BOOLEAN)
- handleBorders - Controls the behavior of borders in an XLSX report.
Setting this value enables borders in the Excelâ„¢ output. The
default value is FALSE.Note:
To specify a BOOLEAN value, enter TRUE or FALSE without quotation marks.
Usage
Function to enable borders in XLSX (Excel) output.
This function is applicable when XLSX output has been selected by a call to the function
fgl_report_selectDevice
.
For an 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.