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

PAGESIZE command line keyword

PAGESIZE specifies the dimensions of the physical page (that is, the size of the page that the printer outputs). Note that the page must be large enough to contain the report. For example, if a frame in a report expands to a size larger than the page dimensions, the report will not run. The PAGESIZE value is applied to all sections in the report (header, main, and trailer).

The executables that can use this keyword are:

rwbuilder yes
rwrun yes
rwclient yes
rwcgi yes
rwserver no
rwservlet yes
rwconverter yes

Syntax

PAGESIZE=width x height

Values

Description

width x height

Any valid page dimensions of the form: page width x page height, where page width and page height are zero or more. The maximum width/height depends upon the unit of measurement set in Reports Builder (Editright arrowPreferencesright arrowGeneral tab). For inches, the maximum width/height is 512 inches. For centimeters, it is 1312 centimeters. For picas, it is 36,864 picas.

(Default)

Bitmap

8.5 x 11 inches.

Character mode

80 x 66 characters

The report was designed for character mode and is being run or converted on bitmap

(default page size * character page size)/default character page size.
For example, if the character page size is 80 x 20, the bit-mapped page size would be: (8.5 * 80)/80 x (11 * 20)/66 = 8.5 x 3.33.

Usage notes

See also

Command line keywords

Using the command line

Running a report from the command line