IPrxAssemblies

Description

The IPrxAssemblies interface contains properties and methods that are used to work with the collection of development environment objects connected to the regular report.

Properties

  Property name Brief description
Report The Report property returns a parent object.
Item The Item property returns description of an object connected to the regular report.
Count The Count property returns the number of connected objects.
EventsAssembly The EventsAssembly property determines index of the object to be used to handle regular report events.
EventsClass The EventsClass property determines the class that is used to handle events.

Methods

  Method name Brief description
Add The Add method connects a development environment object to the regular report.
Remove The Remove method removes a connected object.
Clear The Clear method clears the list of connected objects.
Edit The Edit method opens the collection of connected objects for editing.
Save The Save method saves changes made in the collection of connected objects before saving the whole report.
Revert The Revert method cancels changes made in the collection of connected objects before saving the whole report.

See also:

Report Assembly Interfaces