USERSTYLES
command line keywordUSERSTYLES
specifies whether an external style sheet file (.css
)
is associated with a report when generating HTMLCSS output. The style sheets
to be applied to the report are specified by the report's Style
Sheets property. The value is set to YES
by default, and will
override any design-time styles included in the Paper Design layout.
The executables that can use this keyword are:
rwbuilder |
yes |
rwrun |
yes |
rwclient |
yes |
rwcgi |
yes |
rwserver |
no |
rwservlet |
yes |
rwconverter |
no |
USERSTYLES=YES|NO
Values |
Description |
|
Associate your report with one or more external style sheets,
as specified by the report's Style
Sheets property, when generating HTMLCSS output . |
|
Associate your report with the formatting applied during the design of the report. External style sheets will be ignored. |
If you specify a value other than YES
or NO
,
Oracle Reports will default to YES
.
If you find that your report is not associated with an external style sheet, ensure the following:
You have specified the correct path to the style sheet in the Style Sheets property.
The styles specified by the CSS Class Name and the CSS ID properties are defined in the specified style sheets.
USERSTYLES
is set to YES
.
http://myias.mycomp.com:7779/reports/rwservlet?server=myrepserv+report=test.jsp+
userid=scott/tiger@mydb+desformat=HTMLCSS+DESTYPE=cache+userstyles=yes
Running a report from the command line
Copyright © 1984, 2005, Oracle. All rights reserved.