A script-enabled browser is required for this page to function properly.

DESTINATION command line keyword

DESTINATION specifies the name of an XML file that defines the distribution for the current run of the report.

Note: XML-based distribution files must have the .xml extension.

For more information on specifying the distribution for a report using XML, refer to "Creating Advanced Distributions" in the Oracle Application Server Reports Services Publishing Reports to the Web manual, available on the Oracle Technology Network Oracle Reports Documentation page (http://www.oracle.com/technology/documentation/reports.html).

The executables that can use this keyword are:

rwbuilder no
rwrun yes
rwclient yes
rwcgi yes
rwserver no
rwservlet yes
rwconverter no

Syntax

DESTINATION=filename.xml

Values

Values

filename.xml

The name of an XML file that defines a report or report section distribution.

Usage notes

Examples

Distributing report output to multiple destinations

rwrun report=test.rdf userid=scott/tiger@mydb distribute=yes destination=c:\mydistribute.xml 
http://myias.mycomp.com:7779/reports/rwservlet?server=myrepserv+report=test.rdf+userid=scott/tiger@mydb+distribute=yes+destination=c:\mydistribute.xml
http://mywebserver.com:7779/cgi-bin/rwcgi.exe?server=myrepserv+report=test.rdf+userid=scott/tiger@mydb+distribute=yes+destination=c:\mydistribute.xml
rwclient server=myrepserv report=test.rdf userid=scott/tiger@mydb distribute=yes destination=c:\mydistribute.xml

See also

About report distribution

Command line keywords

Using the command line

Running a report from the command line