| Package | Description |
|---|---|
| jet.bean | |
| jet.server.api.engine |
| Modifier and Type | Method and Description |
|---|---|
HtmlParameter |
HtmlParameter.copy()
Adding the method for MailInformation can clone this object.
|
HtmlParameter |
MailInformation.getHtmlParameter(int type)
Gets the html parameter, which includes the parameter when producing the needed html files.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JRResultViewer.exportToDhtml(String htmlFileName,
HtmlParameter htmlParameter)
Exports the current report to DHtml file with the HtmlParameter.
|
boolean |
JRResultViewer.exportToDhtml(String rstFileName,
String htmlFileName,
HtmlParameter htmlParameter)
Exports the report result file(with the .rst extension)to an DHTML file with the HtmlParameter.
|
boolean |
JREngine.exportToHtml(ExportInfo info,
HtmlParameter param)
Exports the report's result to an HTML file.
|
boolean |
JREngine.exportToHtml(jet.bean.ExportInformation expInfo,
HtmlParameter param) |
boolean |
JRResultViewer.exportToHtml(String htmlFileName,
HtmlParameter htmlParameter)
Exports the current report to html file with the HtmlParameter.
|
boolean |
JRResultViewer.exportToHtml(String rstFileName,
String htmlFileName,
HtmlParameter htmlParameter)
Exports the report result file(with the .rst extension)to an HTML file with the HtmlParameter.
|
void |
MailInformation.setHtmlParameter(int type,
HtmlParameter htmlParameter)
Sets the html parameter, which includes the parameter when producing the needed html files.
|
void |
MailInformation.setHtmlParameter(int type,
String fileName,
HtmlParameter htmlParameter)
Sets the html parameter and the fileName.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ReportEngine.exportToHtml(ExportInfo info,
HtmlParameter param)
Exports the report to HTML file.
|
© insightsoftware. All rights reserved.