Show contents 

Report > Report Assembly Interfaces > IPrxAssemblies > IPrxAssemblies.EventsAssembly

IPrxAssemblies.EventsAssembly

Syntax

EventsAssembly: Integer;

Description

The EventsAssembly property determines index of the object to be used to handle regular report events.

Comments

The object, which index is specified in this property, should contain implementation of the class inherited from ReportEvents.

If event handling is not executed, the value of this property should be set to -1.

Example

The property use is given in the example for IPrxAssemblies.AddEx.

See also:

IPrxAssemblies