fgl_report_setXLSMergeCells

Configure cell merging in XLS (Excel) output.

Syntax

fgl_report_setXLSMergeCells (
  mergeCells BOOLEAN) 
  1. mergeCells - Controls the behavior when an item of the report occupies more than one cell. Setting this value causes the cells to be merged into one cell. The value is TRUE by default.

Usage

Function to configure cell merging in XLS (Excel) output.

This function is applicable when XLS 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.