fgl_report_setSVGPaperSource

Select the input source of the printer.

Syntax

fgl_report_setSVGPaperSource(
   paperSource STRING)
  1. paperSource - one of: Auto, Cassette, Envelope, EnvelopeManual, FormSource, LargeCapacity, LargeFormat, Lower, Middle, Manual, OnlyOne, Tractor, SmallForm. The default value is specific to the printer driver and can typically be selected in the Windows® printer configuration dialog.

Usage

Function to select the input source of the printer. Controls what source to take the paper from.

The function applies only if the option PrintOnNamedPrinter is chosen in a call to fgl_report_configureSVGPreview. The functionality is available only on Windows.

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.