Reporting API Functions / Functions to change reporting options |
Specify an exact resolution for the printer.
fgl_report_setPrinterResolution( resolution STRING )
Value | Description (X-axis, Y-axis, Measure) |
---|---|
300 | 300,300,dpi |
300 dpcm | 300,300,dpcm |
300,150 | 300,150,dpi |
300,150,dpi | 300,150,dpi |
300,150,dpcm | 300,150,dpcm |
Function to specify an exact resolution.
Specifies an exact resolution supported by a printer or to be used for the job. This attribute assumes that printers have a small set of device resolutions at which they can operate rather than a continuum.
By default, a resolution is not specified.
Setting this option reduces the set of usable printers to those matching it.
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.