| Package | Description |
|---|---|
| jet.bean | |
| jet.server.api.engine |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JREngine.exportToFax(ExportInfo info,
String portStr,
String initStr,
int iDialing,
int iFlowControl,
String flowCommand,
int iClass,
int txtTimeOut,
int txtRetries,
boolean q_best,
boolean q_normal,
boolean q_fast,
boolean isAddCover,
String faxnum,
String from,
String to,
String company,
String phone,
String date,
String re,
String comments,
boolean urgent,
boolean review,
boolean comment,
boolean reply)
Exports the specified report result via fax.
|
boolean |
JREngine.exportToFaxServer(ExportInfo info,
String className,
JRFaxServerInfo faxinfo,
JRCoverInfo coverinfo)
Exports the specified report result via the fax server.
|
boolean |
JREngine.exportToHtml(ExportInfo info,
HtmlParameter param)
Exports the report's result to an HTML file.
|
void |
JREngine.exportToMail(ExportInfo exportInfo,
MailInformation info)
Sends an e-Mail with the Logi Report result of the specified report.
|
boolean |
JREngine.exportToPDF(ExportInfo info,
PDFParameter param)
Exports the report's result to a PDF file.
|
boolean |
JREngine.exportToPS(ExportInfo info,
PSParameter param)
Exports the report to a postscript file.
|
boolean |
JREngine.exportToRtf(ExportInfo info,
RtfParameter param)
Exports the report to a RTF file.
|
boolean |
JREngine.exportToText(ExportInfo info,
TextParameter param)
Exports the report's result to a text file.
|
boolean |
JREngine.exportToXls(ExportInfo info,
ExcelParameter param)
Exports the report to an Excel file.
|
boolean |
JREngine.exportToXML(ExportInfo info,
XmlParameter param)
Exports the Logi Report result of the specified report to an XML format file.
|
void |
JREngine.printReport(ExportInfo info,
Object job,
boolean bInteractive,
Object pageFormat,
boolean bInBackground,
JReportPrintListener jreportprintlistener,
int useJDK,
String jobName,
Vector attributeInfo,
String printer)
Prints the report's result by printer.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ReportEngine.exportToFax(ExportInfo info,
String portStr,
String initStr,
int iDialing,
int iFlowControl,
String flowCommand,
int iClass,
int txtTimeOut,
int txtRetries,
boolean q_best,
boolean q_normal,
boolean q_fast,
boolean isAddCover,
String faxnum,
String from,
String to,
String company,
String phone,
String date,
String re,
String comments,
boolean urgent,
boolean review,
boolean comment,
boolean reply)
Exports the current report to fax.
|
boolean |
ReportEngine.exportToHtml(ExportInfo info,
HtmlParameter param)
Exports the report to HTML file.
|
boolean |
ReportEngine.exportToPDF(ExportInfo info,
PDFParameter param)
Exports the report to PDF file.
|
boolean |
ReportEngine.exportToPS(ExportInfo info,
PSParameter param)
Exports the report to postscript file.
|
boolean |
ReportEngine.exportToRtf(ExportInfo info,
RtfParameter param)
Exports the report to RTF file.
|
boolean |
ReportEngine.exportToText(ExportInfo info,
TextParameter param)
Exports the report to text file.
|
boolean |
ReportEngine.exportToXls(ExportInfo info,
ExcelParameter param)
Exports the report to Excel file.
|
boolean |
ReportEngine.exportToXML(ExportInfo info,
XmlParameter param)
Exports the report to xml file.
|
© insightsoftware. All rights reserved.