Optional
autofalse
Optional
beforeThis callback is invoked just before the report framework extracts the HTML from the report to export it as PDF or image. It allows to make adjustments to the HTML for exporting.
Optional
disabledFlag to disable export for the given report. This option hides the export capabilities within the report container.
false
Optional
exportCSS selector which specifies the DOM element whose contents should be extracted for export to PDF or image.
Optional
fitfitHorizontally scales the content for PDF exports to fit it to the page width so that no content is cut off. It should not be enabled if the content is already responsive HTML.
true
Optional
fitfitVertically scales the content for PDF exports to fit it to the page height so that the content fits on a single page.
true
Optional
formatPaper format for PDF exports.
'a4'
Optional
inputThe type of content that is extracted from the DOM to be exported. Default is HTML.
Specify SVG if your report uses SVG elements for visualization.
Optional
orientationPaper orientation for PDF exports.
'portrait'
Optional
usageUsage of the export. Determines if the export is triggered for thumbnail creation or from the user.
thumbnail
Generated using TypeDoc
autoScale has been renamed to fitHorizontally and will be removed in the near future.