Beginning with version 2.3, new options (data type String) have
been added to the SVG previewer:
- Preview: The report is shown in a folder tab of the main
preview window.
- ShowPrintDialog: This option pops up the system print dialog,
allowing the user to select and configure a printer. If confirmed,
the document is printed in the background.
- PrintOnDefaultPrinter: This option prints the report silently
on the default printer. The previewer main window is not shown.
- PrintOnNamedPrinter: This option prints the report silently
on a specific printer. The previewer main window is not shown.
These options can be configured by the API function
fgl_report_configureSVGPreview.
For example:
CALL fgl_report_configureSVGPreview("ShowPrintDialog")
Additional API
functions provide more SVG options: