Export settings allow to customize the output format and preview mode of export wizard. The following export formats are available:
HTML
Excel
CSV
XML
The following settings are available for PDF export format:
External viewer
An absolute path to the executable to use for PDF preview.
PDF version
PDF version to use for the generated PDF document.
The following settings are available for HTML export format:
External viewer
An absolute path to the executable to use for HTML preview.
Encoding
Character encoding to use for generated HTML documents.
Remove empty space between rows
Flag that indicates whether the empty space should be suppressed.
White page background
Flag that indicates whether white page background should be used in generated document.
Use images for align
Flag that indicates whether pixel spacer image should be used for report layout.
Force word wrap
Flag that indicates whether the export engine should force wrapping by breaking words (CSS style: word-wrap: break-word).
Ignore pagination
Flag that indicates that the report should be printed on a single page. If true, the height of the page is increased automatically to fit the whole document.
The following settings are available for Excel export format:
External viewer
An absolute path to the executable to use for Excel preview.
Remove empty space between rows
Flag that indicates whether the empty space should be suppressed.
White page background
Flag that indicates whether white page background should be used in generated document.
Autodetect cell type
Flag that indicates whether excel cell type should autodetected and set in the generated Excel document.
Ignore pagination
Flag that indicates that the report should be printed on a single page. If true, the height of the page is increased automatically to fit the whole document.
The following settings are available for CSV export format:
Internal viewer
Eclipse editor to use for previewing XML documents.
External viewer
An absolute path to the executable to use for CSV preview.
Encoding
Character encoding to use for generated CSV documents.
Field delimiter
Field delimiter to use instead of default comma.
Record delimiter
Record delimiter to use instead of default new line. The value for this setting can contain the following special character sequences:
\n - new line character |
\t - tab character |
Ignore pagination
Flag that indicates that the report should be printed on a single page. If true, the height of the page is increased automatically to fit the whole document.
The following settings are available for XML export format:
Internal viewer
Eclipse editor to use for previewing XML documents.
External viewer
An absolute path to the executable to use for XML preview.
Ignore pagination
Flag that indicates that the report should be printed on a single page. If true, the height of the page is increased automatically to fit the whole document.