IPrxDocumentExpressions.Item

Fore Syntax

Item(Index: Integer): IPrxDocumentExpression;

Fore.NET Syntax

Item[Index: Integer]: Prognoz.Platform.Interop.Report.PrxDocumentExpression;

Parameters

Index. Calculated field index.

Description

The Item property returns parameters of the calculated field with the specified index.

Fore and Fore.NET Example

The example of use is given in description of the IPrxDocumentExpressions.ItemById method.

See also:

IPrxDocumentExpressions