Formatting a Report Using Only StyleSheet Defaults

How to:

You can format a report using only default StyleSheet values. This does not permit you to specify specific formatting, and does not access a StyleSheet.

Each display format, such as HTML or PDF, has its own set of defaults. For example, HTML defaults to a proportional font, while PDF defaults to a monospace font. For information on the default value of a specific StyleSheet attribute, see the documentation for that attribute.

Syntax: How to Format a Report Using Only StyleSheet Defaults

To use only default StyleSheet values to format:

  • All report requests within a procedure. Issue the following command at the beginning of the procedure.

    SET STYLE[SHEET] = ON
  • One report request. Issue the following command within the request.

    ON TABLE SET STYLE[SHEET] ON

where:

SHEET

Can be omitted to make the command shorter, and has no effect on its behavior.