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

SUPPRESSLAYOUT command line keyword

SUPPRESSLAYOUT 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

Syntax

SUPPRESSLAYOUT={YES|NO}

Values

Description

YES

Paper layout objects will not be formatted at runtime.

NO

(Default) Paper layout objects will be formatted at runtime.

See also

Command line keywords

Using the command line

Running a report from the command line