IPrxAssemblies.Method

Syntax

Method(Index: Integer): PamAssemblyMethod;

Parameters

Index. Index of the development environment object connected to a regular report.

Description

The Method method returns the method for connecting a development environment object to a regular report included in data entry form.

Comments

To get the collection of development environment objects connected to a regular report, use the IPrxReport.Assemblies property.

Example

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

See also:

IPrxAssemblies