PAGESTREAM
command
line keywordPAGESTREAM
enables or disables page streaming
(pagination) for the report when formatted as HTML or HTMLCSS output, using
the navigation controls set by the report developer using either of the following:
the Page Navigation Control Type and Page Navigation Control Value properties in the Report Property Inspector.
PL/SQL in a Before Report trigger (SRW.SET_PAGE_NAVIGATION_HTML
).
The executables that can use this keyword are:
rwbuilder |
no |
rwrun |
yes |
rwclient |
yes |
rwcgi |
yes |
rwserver |
no |
rwservlet |
yes |
rwconverter |
no |
PAGESTREAM={YES|NO}
Values |
Description |
|
Paginate the report output. |
|
Output the report without pagination. |
Running a report from the command line
Copyright © 1984, 2005, Oracle. All rights reserved.