SRW.APPLY_DEFINITION
built-in procedureThis procedure takes an XML report definition stored in the document buffer
or file system and applies it to the report. If applying a definition from the
document buffer, SRW.APPLY_DEFINITION
takes no arguments. If applying
a definition from a file, SRW.APPLY_DEFINITION
takes the name and
path of the file as an argument.
SRW.APPLY_DEFINITION[(filename.XML)];
SRW.APPLY_DEFINITION
statements in the order that you want them
to be applied.
SRW.APPLY_DEFINITION
by itself to reference the file. For example:
SRW.APPLY_DEFINITION('d:\xml_reps\web.xml');
SRW.ADD_DEFINITION
to place
the definition in the buffer. For example:
SRW.ADD_DEFINITION(:xml_col);
SRW.APPLY_DEFINITION;
About the
Reports Builder built-in package (SRW
)
The chapter "Customizing Reports with XML" in the OracleAS 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
).
Copyright © 1984, 2005, Oracle. All rights reserved.