MicroStrategy ONE

Create Print Transmitter statement

Creates a print transmitter. A Distribution Services print transmitter is used to store general properties used to package and deliver reports or documents to a printer on your network. A print device is based on a print transmitter and uses the transmitter's properties.

Copy
CREATE PRINTTRANSMITTER "transmitter_name" 
 [DESCRIPTION "description"];

where:

  • PRINTTRANSMITTER "transmitter_name" is the name of the transmitter, of type string.

  • DESCRIPTION "description" is the description of the transmitter, of type string.

Example

Copy
PRINTTRANSMITTER "PRINT" DESCRIPTION "Prints 
 to networked printers";