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

SRW.SET_FONT_STYLE built-in procedure

This procedure specifies font style for a CHAR, DATE, or NUMBER field. This attribute is ignored in character mode.

Syntax

SRW.SET_FONT_STYLE(style);

Parameter

Description

style

Is one of the following:

SRW.ITALIC_STYLE
SRW.UNDERLINE_STYLE
SRW.PLAIN_STYLE

 Usage notes

GUI access

You can also define the style parameter using the Reports Builder user interface:

Property Inspector (templates only)

Set the Font property.

user interface

See Changing text attributes.

See also

About the Reports Builder built-in package (SRW)

SRW built-in package