| Package | Description |
|---|---|
| jet.bean | |
| jet.server.api.engine |
| Modifier and Type | Method and Description |
|---|---|
PDFParameter |
PDFParameter.copy()
Adding this method for MailInformation can clone this object.
|
PDFParameter |
MailInformation.getPDFParameters()
Gets the pdf parameter, which includes the needed parameter when producing pdf files.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JREngine.exportToPDF(ExportInfo info,
PDFParameter param)
Exports the report's result to a PDF file.
|
boolean |
JREngine.exportToPDF(jet.bean.ExportInformation expInfo,
PDFParameter param)
Exports the reportset's result to a PDF file.
|
boolean |
JREngine.exportToPdf(String filename,
PDFParameter parameter)
Exports the Logi Report result of the current report to the PDF files.
|
boolean |
JRResultViewer.exportToPdf(String fileName,
PDFParameter parameter)
Exports the current report to a pdf file with
PDFParameter. |
boolean |
JREngine.exportToPdf(String rstFileName,
String filename,
PDFParameter parameter)
Exports Logi Report result file (RST file) to PDF file.
|
void |
MailInformation.setPDFParameters(PDFParameter pdfParameter)
Sets the PDF parameter, which includes the parameter needed when producing PDF files.
|
void |
MailInformation.setPDFParameters(String fileName,
PDFParameter pdfParameter)
Sets the pdf parameter and the file name
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ReportEngine.exportToPDF(ExportInfo info,
PDFParameter param)
Exports the report to PDF file.
|
© insightsoftware. All rights reserved.