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
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.
Item The Item property returns description of an object connected to the regular report.
Method The Method property returns the method of connecting a development environment object to a regular report included in data entry form.
Report The Report property returns a parent object.

Methods

  Method name Brief description
Add The Add method connects a development environment object to a regular report and returns index of the connected object in the list.
AddEx The AddEx method connects a development environment object to a regular report included in data entry form and returns index of the connected object in the list.
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 entire report.
Revert The Revert method cancels changes made in the collection of connected objects before saving the entire report.

See also:

Report Assembly Interfaces