IEaxOpenObjectContext.EnableUserData

Syntax

EnableUserData: Boolean;

Description

The EnableUserData property determines whether custom settings are to be applied on opening a regular report.

Comments

If the property is set to True, the ExternalXML property can be used to determine custom settings. These settings will be sent to the report on opening.

Example

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

See also:

IEaxOpenObjectContext