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

About HTML page streaming

HTML page streaming enables you to display individual pages of your HTML or HTMLCSS report output in your Web browser, without having to download the entire report. From the first page of the report, you can navigate to any page in the rest of the report. When you click a bookmark or hyperlink with a destination:

Navigation controls

You can specify the navigation controls script for a report in either of the following ways:

Output file names

With HTML page streaming, each page is formatted as a separate HTML document. If your HTML file is named myreport.htm and there are no bookmarks, the new files are named as follows:

Scope of HTML output

To specify HTML to be displayed on only the first (header) or last (footer) pages of your report, set the Before Report or After Report properties or use the SRW.SET_BEFORE_REPORT_HTML or SRW.SET_AFTER_REPORT_HTML PL/SQL procedures. To specify global HTML to apply to the entire report, such as background colors or images, set the Before Page properties or SRW.SET_BEFORE_PAGE_HTML PL/SQL procedure. The Reports Builder-generated HTML logo appears only on the last page of your report.

Enabling page-streamed output

To enable page streaming when you format your report as HTML or HTMLCSS output, you must specify PAGESTREAM=YES on the command line. This option nondefault be set through the Reports Builder user interface.

See also

About Web reports

About HTML and HTMLCSS output

Displaying report output in your Web browser

Displaying individual pages of HTML report output

Adding navigation controls for HTML page-streamed output using the Property Inspector

Adding navigation controls for HTML page-streamed output using PL/SQL