PrintDeliveryOption

Use the PrintDeliveryOption data type to set the options for printer delivery of a report. This type is used in the ArrayofPrintDeliveryOption complex data type.

Fields Provided by PrintDeliveryOption

Field Description

String printNumberOfCopy

The number of copies to print.

String printOrientation

Valid values are "portrait" or "landscape".

String printRange

The range of pages to print. For example, "3" will print page 3; "2-5" will print pages 2-5; "1,3-5" will print pages 1 and pages 3-5.

String printSide

Valid values are:

  • "d_single_sided" for single-sided

  • "d_double_sided_l" for duplex/long edge

  • "d_double_sided_s" for tumble/short edge

If the parameter is not specified, single-sided is used.

String printTray

Valid values are:

  • "t1" for "Tray 1"

  • "t2" for "Tray 2"

  • "t3" for "Tray 3"

If not specified, the printer default is used.

String printerName

Required. The printer Server Name (as set up in the Publisher Administration page) to which to send the report. If empty, a SOAP fault is thrown with the following message:

Print server is not specified.