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

Table Attributes (HTML) property (for frames and repeating frames)

The Table Attributes (HTML) property specifies the HTML attributes to be inserted into the <table> tag for the HTML generated by the <rw:include> tag in a JSP file. The <rw:include> tag has a src attribute that references a layout object.  If the layout object is a frame or repeating frame, the object is converted to an HTML table when generated to HTML output. This property provides the option to specify HTML table attributes such as border, cellspacing, cellpadding, and so on, to allow you to precisely control the HTML output.

Note: This property is implemented only for JSP-based Web reports, whereas the Table Attributes (HTML) property for reports is introduced in Oracle Reports 10g (10.1.2) to specify table attributes for paper-based reports generated to HTML output.

Applies to

Frames, repeating frames

Values

Any valid attributes for the HTML <table> tag

Default

border="0" cellspacing="0" width="100%"

Required/Optional

Optional