Makes an item of MP type “Report Output Options” that can be used later when specifying output options for a report.
Input Arguments
0 |
Boolean |
No Output? |
Indicates whether the report should be output at all. |
1 |
Boolean |
Output to Embedded SA Dy- namic Report? |
Indicates whether a report should be sent to an embedded SA Dynamic Report. |
2 |
Boolean |
Output to Embedded SA Doc (rtf )? |
Indicates whether a report should be send to an embedded SA Doc. |
3 |
String |
Embedded File Collection Name (optional) |
If specified, the collection into which to place the embedded report. |
4 |
String |
Embedded File Name (optional) |
If specified, the filename to use for the embedded report. |
5 |
Boolean |
Output to External PDF File |
Indicates whether a report should be sent to an external PDF file. |
6 |
Boolean |
Output to External RTF file |
Indicates whether a report should be sent to an external RTF file. |
7 |
File Path or Embedded File |
Output File Name (optional) |
If specified, the filename to use for the external report. |
Return Arguments
8 |
Report Output Options |
Resulting Report Output Op- tions |
The resulting Report Output Options item. |
Returned Status
SUCCESS |
This command always succeeds. |
Remarks
None.