Chapter Contents

Previous

Next
Table Editor: _printPreview

Table Editor: _printPreview



Displays the formatted table as it will appear when printed.


Syntax
_printPreview Method Options

Syntax

CALL SEND (table-id, '_printPreview'<, options>);

Argument Type Description
options
N specifies the identifier of an SCL list that contains any or all of the named items listed in _printPreview Method Options. On input, the items in options initialize the Print window. On output, the list reflects the selections made in the Print window. Items that are not specified in the options list use the default value.

_printPreview Method Options
Option Description
'AREA' specifies how much of the table to print:

'SCREEN' print the current screen only (default)

'ALL' print all pages
'MAJOR' specifies the order in which to print multiple pages:

'ROW' print complete rows before printing the next row (default)

'COLUMN' print complete columns before printing the next column

This is only used if 'AREA' is set to 'ALL'.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.