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

USERSTYLES command line keyword

USERSTYLES 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

Syntax

USERSTYLES=YES|NO

Values

Description

YES (default)

Associate your report with one or more external style sheets, as specified by the report's Style Sheets property, when generating HTMLCSS output.

NO

Associate your report with the formatting applied during the design of the report. External style sheets will be ignored.

Usage notes

Example

http://myias.mycomp.com:7779/reports/rwservlet?server=myrepserv+report=test.jsp+
  userid=scott/tiger@mydb+desformat=HTMLCSS+DESTYPE=cache+userstyles=yes

See also

About style sheets

Command line keywords

Using the command line

Running a report from the command line