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 |
Provides formatting functionality to render a single value source object in HTML. | |
Loops through a data source group. | |
Retrieves the name for a report object. | |
Defines a graph. | |
Retrieves ID values
for row and column headers generated by rw:id . |
|
Generates unique HTML IDs for row and column headers for accessibility compliance. | |
Reformats a top level layout object into a simple HTML table. | |
Encasulates the XML definition for the report data model and paper layout. | |
Delimits a report object within a JSP. | |
Defines a sequence of values. | |
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. |
About JavaServer Pages and servlets
Copyright © 1984, 2005, Oracle. All rights reserved.