Create an SVG report
The SVG report format uses the integrated Genero Report Viewer to display a report.
You can use the API function fgl_report_selectDevice("SVG")
to output the data in the SVG Format.
The following API functions provide more SVG options:
- fgl_report_configureSVGDevice - Configure the SVG output.
- fgl_report_configureSVGPreview - Select how the document is handled by the SVG previewer.
- fgl_report_setSVGCompression - Specify whether the SVG output should be compressed.
- fgl_report_setSVGCopies - Specify the number of copies to be printed.
- fgl_report_setSVGOrientationRequested - Specify whether the report is printed in portrait or landscape.
- fgl_report_setSVGPageRange - Select which pages should be printed.
- fgl_report_setSVGPaperSource - Select the input source of the printer.
- fgl_report_setSVGPrinterName - Select a specific printer by name.
- fgl_report_setSVGSheetCollate - Control the collation of multiple copies.