| Package | Description |
|---|---|
| jet.bean | |
| jet.server.api.engine |
| Modifier and Type | Method and Description |
|---|---|
TextParameter |
TextParameter.copy()
Adding this method for MailInformation can clone this object.
|
TextParameter |
MailInformation.getTextParameter(int format)
Gets the text parameter according to the format.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JREngine.exportToText(jet.bean.ExportInformation expInfo,
TextParameter param) |
boolean |
JREngine.exportToText(ExportInfo info,
TextParameter param)
Exports the report's result to a text file.
|
boolean |
JRResultViewer.exportToText(String textFileName,
TextParameter textParameter)
Exports to text file with the
TextParameter. |
void |
MailInformation.setTextParameter(int format,
String fileName,
TextParameter textParamter)
Sets the text paramter and the file name.
|
void |
MailInformation.setTextParameter(String fileName,
TextParameter textParameter)
Deprecated.
please use this method setTextParamter(int, String, TextParameter) to replace it
|
void |
MailInformation.setTextParameter(TextParameter textParameter)
Deprecated.
please use this method setTextParamter(int, String, TextParameter) to replace it
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ReportEngine.exportToText(ExportInfo info,
TextParameter param)
Exports the report to text file.
|
© insightsoftware. All rights reserved.