|
For more information, see Defining a New Action and Defining a New Action Model.
|
|
The query parameter must be a Report Oid.
|
|
The following method shall be used only to execute report in read form. It must not be used for modification of report.
|
|
ReportFormatType enum is used in ReportServiceHelper.executeThirdPartyReport(). It passes index value to ReportServiceHelper.executeThirdPartyReport().
|
|
This object must be closed by a stream creator. ReportServiceHelper.executeReport () method will not close output stream object.
|
|
The following parameters are specified as constants in com.ptc.windchill.enterprise.report.ReportServiceHelper.java class.
|
Parameter Name
|
Description
|
---|---|
FORMAT
|
To specify the format of the generated report.
Specify FORMAT_DELEGATE to generate the report in delegated format.
|
DELEGATE_NAME
|
To specify the name of the delegated format.
Specify PDF to generate report in PDF format.
Specify XML to generate report in XML format.
Specify CSV to generate report in CSV format.
Specify HTML_WITH_SORTING to generate report in HTML format with sorting.
Specify HTML_WITH_MERGING to generate report in HTML format with merging.
Specify HTML_WITH_SORTING_AND_MERGING to generate report in HTML format with sorting and merging.
|
SORT_ORDER
|
To specify the sort order of the generated report.
Specify SORT_ASCENDING to sort report in ascending order.
Specify SORT_DESCENDING to sort report in descending order.
|
SORT_BY_INDEX
|
To specify the sort order of the generated report by column index.
|
IGNORE_CUSTOM_INPUT_PAGE
|
Specify true to ignore custom input page.
Specify false to view custom input page.
|