REPORT|MODULE
command line keywordREPORT
(or MODULE
)
specifies the name of the report to run.
The executables that can use this keyword are:
rwbuilder |
yes |
rwrun |
yes |
rwclient |
yes |
rwcgi |
yes |
rwserver |
no |
rwservlet |
yes |
rwconverter |
no |
{REPORT|MODULE}=runfile
Values |
Description |
runfile
|
Any valid runfile (that is, a file with extension .rep, .rdf, .jsp, or .xml) |
If you specify a character-mode report, Reports Builder displays a warning, then opens the report using a page size of 8.5" x 11" and a form size of 7" x 6".
To run the report (for example, display it in the Paper Design View), it must be a complete report definition (that is, contain its own data model and layout definition). You cannot run a partial report definition.
An XML report definition must have an .xml
file extension when specified with the REPORT
(or
keyword. MODULE
)
If you do not enter a file extension, the executable searches first for
a file with extension .rep
, then extension
.rdf
, then .jsp
,
and then no extension, using the file path search order to find the file.
Running a report from the command line
Copyright © 1984, 2005, Oracle. All rights reserved.