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

Before Report Value property

The Before Report Value property specifies a header to appear at the beginning of your document when the report's paper layout is run to HTML and viewed in a Web browser.  This property has no effect on the Web source.

If you use HTML page streaming, this property applies to the first page of your report output. To specify HTML to apply to the entire report (for example, background color or images, or any other <body> HTML attributes), you must use the Before Page properties.

Applies to

Reports

Values

Any valid filename or a text string containing valid HTML commands, depending on what you specified for Before Report Type. If the HTML specified is not valid, the generated HTML report output may not pass HTML 4.01 syntax checkers.

Default

The default HTML commands included at the beginning of a report:

<html>
<body bgcolor="#ffffff">

Required/Optional

Required, if you set the Before Report Type property to File. 

PL/SQL procedure

SRW.SET_BEFORE_REPORT_HTML

Restrictions

Usage notes

Example

Following is an example of a value for the Before Report Value property to include an HTML file that contains a company logo on the header page:

LOGO.HTM

See also