Uses of Class
org.idempiere.print.renderer.HTMLReportRendererConfiguration
Package
Description
Provide interface and classes for report engine content rendering service
-
Uses of HTMLReportRendererConfiguration in org.idempiere.print.renderer
Modifier and TypeMethodDescriptionHTMLReportRendererConfiguration.setContextPath
(String contextPath) Set web context pathHTMLReportRendererConfiguration.setExport
(boolean isExport) Set is renderer support exportHTMLReportRendererConfiguration.setExtension
(IHTMLExtension extension) Set HTML content extensionHTMLReportRendererConfiguration.setLanguage
(Language language) Set content languageHTMLReportRendererConfiguration.setOnlyTable
(boolean onlyTable) Set only generate html table or html documentHTMLReportRendererConfiguration.setOutputFile
(File file) Set output fileHTMLReportRendererConfiguration.setOutputWriter
(Writer writer) Set output writerModifier and TypeMethodDescriptionvoid
HTMLReportRenderer.renderReport
(ReportEngine reportEngine, HTMLReportRendererConfiguration configuration)