Navigation:  Language Reference > 9 -  Window and Report Attributes > Window and Report Attributes >====== LANDSCAPE (set page orientation) ====== Previous pageReturn to chapter overviewNext page

LANDSCAPE

blk2blue.jpg

The LANDSCAPE attribute (PROP:LANDSCAPE) on a REPORT indicates the report is to print in landscape mode by default. If the LANDSCAPE attribute is omitted, printing defaults to portrait mode.

Example:

Report REPORT,PRE('Rpt'),LANDSCAPE    !Defaults to landscape mode

       !Report structure declarations

      END