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

Oracle Reports JSP tags

Use the following custom JSP tags to add report blocks and graphs to existing JSP files for JSP-based Web reports:

rw:dataArea

Provides a placeholder for report data that is inserted by the Report Wizard. It can optionally be used in conjunction with rw:style. The rw:dataArea tag is used during the report design process when the JSP page is created, and has no effect at runtime.

rw:field

Provides formatting functionality to render a single value source object in HTML.

rw:foreach

Loops through a data source group.

rw:getValue

Retrieves the name for a report object.

rw:graph

Defines a graph.

rw:headers

Retrieves ID values for row and column headers generated by rw:id.

rw:id

Generates unique HTML IDs for row and column headers for accessibility compliance.

rw:include

Reformats a top level layout object into a simple HTML table.

rw:objects

Encasulates the XML definition for the report data model and paper layout.

rw:report

Delimits a report object within a JSP.

rw:seq

Defines a sequence of values.

rw:seqval

Operates on a sequence of values, defined by rw:seq.
rw:style Provides a placeholder for style information, such as specification of a style sheet, that is inserted by the Report Wizard and used to format report data. It can optionally be used in conjunction with rw:dataArea. The rw:style tag is used during the report design process when the JSP page is created, and has no effect at runtime.

See also

About JSP tags

About JavaServer Pages and servlets