SUPPRESSLAYOUT
command line keywordSUPPRESSLAYOUT
specifies whether to suppress
the formatting of the paper layout at runtime. The most common use of this keyword
is to increase the performance of JSP reports. Since a JSP report may have a
paper layout and reference objects in it with an <rw:include> tag, Oracle
Reports formats the paper layout before running the JSP section of the report.
To improve the performance of single source JSP reports that store both paper
and Web layouts but do not reference paper layout objects, set SUPPRESSLAYOUT=YES
on the command line.
Note: If there is an <rw:include> tag, then no output will be created for the tag.
The executables that can use this keyword are:
rwbuilder |
yes |
rwrun |
yes |
rwclient |
yes |
rwcgi |
yes |
rwserver |
no |
rwservlet |
yes |
rwconverter |
no |
SUPPRESSLAYOUT={YES|NO}
Values |
Description |
|
Paper layout objects will not be formatted at runtime. |
|
(Default) Paper layout objects will be formatted at runtime. |
Running a report from the command line
Copyright © 1984, 2005, Oracle. All rights reserved.