fgl_report_selectDevice

Select the output device.

Parameters

See Usage.

Syntax

fgl_report_selectDevice(
   device STRING )
  1. device STRING - Sets the output device from this list:
    • HTML
    • Image
    • PDF
    • Postscript
    • Printer - Setting this parameter value selects server-side silent printing. Report Writer selects the printer that best meets the criteria specified by the functions listed in the Printer Functions section.
    • RTF (Microsoft™ RTF)
    • OORTF (Open Office RTF)
    • SVG
    • XLS
    • XLSX
    • Browser

Usage

Function to select the output device.

Selecting a different output device changes the current settings. The choices are listed in Parameters.

Device-specific configuration functions are also available, as shown in Table 1.

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.