| Package | Description |
|---|---|
| jet.bean | |
| jet.server.api.engine |
| Modifier and Type | Method and Description |
|---|---|
PSParameter |
PSParameter.copy()
Adding this method for MailInformation can clone this object.
|
PSParameter |
MailInformation.getPSParameter()
Gets the ps parameter, which includes the needed parameter when producing ps files.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JREngine.exportToPS(ExportInfo info,
PSParameter param)
Exports the report to a postscript file.
|
boolean |
JREngine.exportToPS(jet.bean.ExportInformation expInfo,
PSParameter param) |
boolean |
JRResultViewer.exportToPS(String psFileName,
PSParameter psParameter)
Exports the current report to ps file with the
PSParameter. |
void |
MailInformation.setPSParameter(PSParameter psParameter)
Sets the ps parameter, which includes the needed parameter when producing ps files.
|
void |
MailInformation.setPSParameter(String fileName,
PSParameter psParameter)
Sets the ps parameter and the fileName.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ReportEngine.exportToPS(ExportInfo info,
PSParameter param)
Exports the report to postscript file.
|
© insightsoftware. All rights reserved.