The After Page Value property specifies a footer to appear at the end of each page (in this case, a page refers to a report page) 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 all pages of your report output. To specify HTML for only the first (header) or last (footer) pages of your report, use the Before Report or After Report properties, respectively.
Applies to |
Reports |
Values |
Any filename or a text string containing valid HTML commands, depending on what you specified for the After Page Type. |
Default |
The default HTML commands included at the end of a page: <hr size=5 noshade> |
Required/Optional |
Required, if you specified an After Page Type of File. |
PL/SQL procedure |
Following is an example of a value for the After Page Value property to insert a GIF file as a page separator:
<CENTER><IMG ALT="RULER" SRC="LINE.GIF"
VSPACE=10><BR></CENTER>
Copyright © 1984, 2005, Oracle. All rights reserved.