Uses of Class
org.compiere.print.ReportEngine
Packages that use ReportEngine
Package
Description
Provide implementation of iDempiere form.
Provide implementation of various system dialog and windows
Provide interface and classes for iDempiere reporting engine.
Provide interface and classes for report engine content rendering service
-
Uses of ReportEngine in org.adempiere.webui.apps.form
Methods in org.adempiere.webui.apps.form with parameters of type ReportEngineModifier and TypeMethodDescriptionvoidWReportCustomization.setReportEngine(ReportEngine re) Set report engine. -
Uses of ReportEngine in org.adempiere.webui.window
Fields in org.adempiere.webui.window declared as ReportEngineModifier and TypeFieldDescriptionprotected ReportEngineZkReportViewer.m_reportEngineReport EngineMethods in org.adempiere.webui.window that return ReportEngineMethods in org.adempiere.webui.window with parameters of type ReportEngineModifier and TypeMethodDescriptionprotected voidZkReportViewerProvider.openReportViewWindow(ReportEngine report) Open report viewervoidZkReportViewerProvider.openViewer(ReportEngine report) Constructors in org.adempiere.webui.window with parameters of type ReportEngine -
Uses of ReportEngine in org.compiere.print
Methods in org.compiere.print that return ReportEngineModifier and TypeMethodDescriptionstatic ReportEngineReportEngine.get(Properties ctx, int type, int Record_ID) Get Document Print Engine for Document Type.static ReportEngineReportEngine.get(Properties ctx, int type, int Record_ID, int windowNo) Get Document Print Engine for Document Type.static ReportEngineReportEngine.get(Properties ctx, int type, int Record_ID, String trxName) Get Document Print Engine for Document Type.static ReportEngineReportEngine.get(Properties ctx, int type, int Record_ID, String trxName, int windowNo) Get Document Print Engine for Document Type.static ReportEngineReportEngine.get(Properties ctx, ProcessInfo pi) Get Report Engine for process infostatic ReportEngineReportEngine.get(Properties ctx, ProcessInfo pi, int windowNo) Get Report Engine for process infoReportEngineEvent.getReportEngine()Methods in org.compiere.print with parameters of type ReportEngineModifier and TypeMethodDescriptionvoidReportViewerProvider.openViewer(ReportEngine re) Open report viewerstatic voidReportCtl.preview(ReportEngine re) Launch viewer for reportstatic booleanServerReportCtl.runJasperProcess(int Record_ID, ReportEngine re, boolean IsDirectPrint, String printerName) Runs a Jasper process that prints the recordstatic booleanServerReportCtl.runJasperProcess(int Record_ID, ReportEngine re, boolean IsDirectPrint, String printerName, ProcessInfo pi) Runs a Jasper process that prints the recordConstructors in org.compiere.print with parameters of type ReportEngine -
Uses of ReportEngine in org.idempiere.adinterface
Methods in org.idempiere.adinterface that return ReportEngineModifier and TypeMethodDescriptionstatic ReportEngineProcess.start(ProcessInfo pi) static ReportEngineProcess.startCheckPrint(int C_Payment_ID) Start Check Print.static ReportEngineProcess.startDocumentPrint(int type, int Record_ID) Start Document Print for Type.static ReportEngineProcess.startFinReport(ProcessInfo pi) Start Financial Report.static ReportEngineProcess.startStandardReport(ProcessInfo pi) Start Standard ReportMethods in org.idempiere.adinterface with parameters of type ReportEngineModifier and TypeMethodDescriptionstatic booleanReportEngineEx.createEXCEL_HTML(ReportEngine re, Properties m_ctx, File file, boolean onlyTable, Language language) Create EXCEL HTML Filestatic booleanReportEngineEx.createEXCEL_HTML(ReportEngine re, Properties m_ctx, Writer writer, boolean onlyTable, Language language) Write EXCEL HTML to writerstatic booleanReportEngineEx.createEXCEL_HTML_wr(ReportEngine re, Properties m_ctx, Writer wr, boolean onlyTable, Language language) -
Uses of ReportEngine in org.idempiere.print.renderer
Methods in org.idempiere.print.renderer with parameters of type ReportEngineModifier and TypeMethodDescriptionvoidXMLReportRenderer.createXML(ReportEngine reportEngine, Writer writer) Write XML content to writervoidDelimitedReportRenderer.renderReport(ReportEngine reportEngine, C configuration) voidHTMLReportRenderer.renderReport(ReportEngine reportEngine, HTMLReportRendererConfiguration configuration) voidIReportRenderer.renderReport(ReportEngine reportEngine, T configuration) Render content for report enginevoidPDFReportRenderer.renderReport(ReportEngine reportEngine, PDFReportRendererConfiguration configuration) voidPSReportRenderer.renderReport(ReportEngine reportEngine, PSReportRendererConfiguration configuration) voidXLSReportRenderer.renderReport(ReportEngine reportEngine, XLSReportRendererConfiguration configuration) voidXLSXReportRenderer.renderReport(ReportEngine reportEngine, XLSXReportRendererConfiguration configuration) voidXMLReportRenderer.renderReport(ReportEngine reportEngine, XMLReportRendererConfiguration configuration)