Oracle® Fusion Middleware Publishing Reports to the Web with Oracle Reports Services 11g Release 1 (11.1.1) Part Number B32121-01 |
|
|
View PDF |
To submit requests to any Oracle Reports-registered pluggable destinations from Oracle Forms Services:
Create or install a pluggable destination for Reports Server (refer to the Oracle Reports Plugin Exchange on the Oracle Technology Network (OTN) at http://www.oracle.com/technology/products/reports/pluginxchange/index.html
).
In Oracle Forms, create a form and set it up to run a report to Reports Server (refer to Integrating Oracle Reports in Oracle Forms Services white paper at http://www.oracle.com/technology/products/forms/pdf/10g/frm10gsrw10g.pdf
).
The parameters to submit the request should be set as follows:
set_report_object_property(report_id, REPORT_DESTYPE, PLUGDESTYPE); ... set_report_object_property(report_id, REPORT_OTHER, 'PLUGDESTYPE=pluggable destination' ); ...
Observe in Reports Server that the report output is sent to the pluggable destination.
When the PLUGDESTYPE
parameter is specified, DESTYPE
(in Oracle Reports) and REPORT_DESTYPE
(in Oracle Forms) will be ignored and the value of PLUGDESTYPE
will be used.