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

CUSTOMIZE command line keyword

CUSTOMIZE specifies an Oracle Reports XML file to be run against the current report. The XML file contains customizations (for example, changes to the layout or data model) that change the report definition in some way.

For more information on customizing reports at runtime with XML customization files, see the chapter "Customizing Reports with XML" 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 yes

Syntax

CUSTOMIZE=filename.xml|(filename1.xml, filename2.xml, ...)

Values

Description

filename.xml
filename1.
xml, filename2.xml,

The names of files that contain a valid XML report definition, with path information prefixed to the file name(s) if necessary (if the files are not located in a path specified in the REPORTS_PATH registry of SourceDir property of the engine element).

Usage notes

Example

rwrun userid=scott/tiger@mydb report=emp.rdf  customize=empcustomize.xml destype=file desformat=pdf desname=emp.pdf  

See also

Command line keywords

Using the command line

Running a report from the command line