The Page Navigation Control Value property specifies the filename or scripting code for the navigation buttons in HTML page-streamed (paginated) report output. This applies 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 view for JSP-based Web reports.
Applies to |
HTML or HTMLCSS page-streamed report output |
Values |
Any valid filename or a text string containing valid HTML commands, depending on what you specified for Page Navigation Control Type. You can click the value field (labeled ...) to modify the default built-in JavaScript as desired. |
Default |
Reports Builder built-in JavaScript |
Required/Optional |
Optional |
PL/SQL procedure |
If you choose to provide your own script for navigation controls, you must include three variables in your script:
&TotalPages (total number of pages)
&file_name (the name of the output destination file; for example, myreport).
&file_ext (the file extension, for example, htm)
Reports Builder assigns values to these variables during formatting.
The height of the page navigation control frame is hard coded to 70 points without a scroll bar. The width of the frame is variable. If you want to use icons and images in this frame, keep these dimensions in mind.
Copyright © 1984, 2005, Oracle. All rights reserved.