You can use XML tags in Oracle Reports in either of the following ways:
Build a report using Reports Builder, then choose FileSave
As to save your report in XML format.
After you store the XML customization file in a location that is accessible
to Oracle Reports, you can apply the XML customization to any report
using the CUSTOMIZE
command line keyword or the
SRW.APPLY_DEFINITION
built-in procedure, or run the XML customization by itself (if it contains a
complete report definition) with the REPORT
(or MODULE
) command line keyword.
For more information, refer to 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
).
XML Tags |
Description |
Enables you to include special characters within your XML report definition. | |
<!--comments--> |
Enables you to include comments within your XML report definition. |
<condition> |
Defines the conditions under which a formatting exception is applied to a field. |
<customize> |
Delimits any object properties that you want to specify as part of the report definition. |
<data> |
Delimits the beginning and ending of the data model of the report definition. |
<dataSource> |
Delimits the beginning and ending of a query in the data model. |
<exception> |
Delimits a formatting exception that you want to apply to a field. |
<field> |
Defines a field in the layout of the report definition and assigns attributes to it. |
<formlike> |
Delimits a form style within a section of the report’s layout. |
<formula> |
Defines a formula column in the data model of the report definition. |
<function> |
Defines a PL/SQL function that you want to add to the report definition. |
<group> |
Delimits the master group in a master-detail style layout. |
<groupAbove> |
Delimits a master-detail style within a section of the report’s layout. |
<groupLeft> |
Delimits a master-detail style within a section of the report’s layout. |
<labelAttribute> |
Defines the formatting attributes for field labels. |
<layout> |
Delimits the beginning and ending of the layout of the report definition. |
<link> |
Defines a link between data sources in the data model. |
<matrix> |
Delimits a matrix style within a section of the report’s layout. |
<matrixCell> |
Delimits the cells in a matrix style layout. |
<matrixCol> |
Delimits the column fields in a matrix style layout. |
<matrixRow> |
Delimits the row fields in a matrix style layout. |
<object> |
Identifies an object in the report whose properties you want to change. |
<programUnits> |
Delimits any PL/SQL that you want to add to the report definition. |
<properties> |
Delimits the properties of the object. |
<property> |
Delimits a single property of the object. |
<report> |
Delimits the beginning and ending of the report definition. |
<section> |
Delimits the beginning and ending of a section in the layout of the report definition. |
<select> |
Delimits the beginning and ending of a SELECT statement within the data model. |
<summary> |
Defines a summary column in the data model of the report definition. |
<tabular> |
Delimits a tabular style within a section of the report’s layout. |
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.