Reporting API Functions / Functions to change reporting options |
Configure SVG compression.
fgl_report_setSVGCompression( compressOutput BOOLEAN)
Function to configure SVG compression.
This function is applicable when SVG output has been selected by a call to the function fgl_report_selectDevice. When set, the function causes SVG to be written in compressed form, causing files and streams to be shrunk to about a tenth of their original size. This can benefit the overall performance on slow networks.
The Genero Report Viewer automatically detects if files or streams are compressed and decompresses them on the fly as necessary.
See Usage.