MicroStrategy ONE

Alter Print Transmitter statement

Modifies the properties of 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
ALTER PRINTTRANSMITTER "transmitter_name" 
 [NAME "new_name"] [DESCRIPTION "description"];

where:

  • IPADTRANSMITTER "transmitter_name" is the name of the transmitter to be modified, of type string.

  • NAME "new_name" is the new name of the transmitter, of type string.

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

Example

Copy
ALTER PRINTTRANSMITTER "Print" NAME "Print 
 Transmitter";