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:
If the parameter is not specified, single-sided is used. |
String printTray |
Valid values are:
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:
|