Uses of Class
org.compiere.print.ReportEngine
-
Packages that use ReportEngine Package Description org.adempiere.webui.apps.form org.adempiere.webui.window org.compiere.print Provides for....org.idempiere.adinterface -
-
Uses of ReportEngine in org.adempiere.webui.apps.form
Methods in org.adempiere.webui.apps.form with parameters of type ReportEngine Modifier and Type Method Description void
WReportCustomization. setReportEngine(ReportEngine re)
Static Layout -
Uses of ReportEngine in org.adempiere.webui.window
Fields in org.adempiere.webui.window declared as ReportEngine Modifier and Type Field Description protected ReportEngine
ZkReportViewer. m_reportEngine
Report EngineMethods in org.adempiere.webui.window with parameters of type ReportEngine Modifier and Type Method Description protected void
ZkReportViewerProvider. openReportViewWindow(ReportEngine report)
void
ZkReportViewerProvider. openViewer(ReportEngine report)
Constructors in org.adempiere.webui.window with parameters of type ReportEngine Constructor Description ZkReportViewer(ReportEngine re, String title)
Static Layout -
Uses of ReportEngine in org.compiere.print
Methods in org.compiere.print that return ReportEngine Modifier and Type Method Description static ReportEngine
ReportEngine. get(Properties ctx, int type, int Record_ID)
Get Document Print Engine for Document Type.static ReportEngine
ReportEngine. get(Properties ctx, int type, int Record_ID, String trxName)
Get Document Print Engine for Document Type.static ReportEngine
ReportEngine. get(Properties ctx, ProcessInfo pi)
Get Report Engine for process infoReportEngine
ReportEngineEvent. getReportEngine()
Methods in org.compiere.print with parameters of type ReportEngine Modifier and Type Method Description void
ReportViewerProvider. openViewer(ReportEngine re)
Open report viewerstatic void
ReportCtl. preview(ReportEngine re)
Launch viewer for reportstatic boolean
ServerReportCtl. runJasperProcess(int Record_ID, ReportEngine re, boolean IsDirectPrint, String printerName)
Runs a Jasper process that prints the recordstatic boolean
ServerReportCtl. 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 Constructor Description ReportEngineEvent(ReportEngine source)
-
Uses of ReportEngine in org.idempiere.adinterface
Methods in org.idempiere.adinterface that return ReportEngine Modifier and Type Method Description static ReportEngine
Process. start(ProcessInfo pi)
static ReportEngine
Process. startCheckPrint(int C_Payment_ID)
Start Check Print.static ReportEngine
Process. startDocumentPrint(int type, int Record_ID)
Start Document Print for Type.static ReportEngine
Process. startFinReport(ProcessInfo pi)
Start Financial Report.static ReportEngine
Process. startStandardReport(ProcessInfo pi)
Start Standard ReportMethods in org.idempiere.adinterface with parameters of type ReportEngine Modifier and Type Method Description static boolean
ReportEngineEx. createEXCEL_HTML(ReportEngine re, Properties m_ctx, File file, boolean onlyTable, Language language)
Create EXCEL HTML Filestatic boolean
ReportEngineEx. createEXCEL_HTML(ReportEngine re, Properties m_ctx, Writer writer, boolean onlyTable, Language language)
Write EXCEL HTML to writerstatic boolean
ReportEngineEx. createEXCEL_HTML_wr(ReportEngine re, Properties m_ctx, Writer wr, boolean onlyTable, Language language)
-