IEaxOpenObjectContext.ExternalXML

Syntax

ExternalXML: IXmlDomElement;

Description

The ExternalXML property determines custom settings in the XML format.

Comments

The property is relevant if the EnableUserData property is set to True.

Custom settings are sent to regular report on its opening. The report does not handle settings but they can be handled in an application macro, which handles regular report events or is connected in the regular report and is executed on certain actions.

Example

The property use is given in the example for IEaxDrillSettings.OpenObjectContext.

See also:

IEaxOpenObjectContext