usePresentationClient

Type: Boolean

The usePresentationClient property of the ActiveXAutomation class specifies whether the ActiveX automation object is run on the presentation client.

By default, automation objects are run on the presentation client; that is, this value is set to true. To run the ActiveX automation object on the application server, set this property to false.

ActiveX controls must always be run on the presentation client.

This property is ignored when the application is running in standard, or fat, client mode.

For details about using this property in conjunction with the remoteServerName property, see the ActiveXAutomation class remoteServerName property.