IAlgorithmCalculationDebug.PrxReport

Syntax

PrxReport(CalcAlgorithm: ICalcAlgorithm, CalcObject: ICalcObject): IPrxReport;

Parameters

CalcAlgorithm. Calculation algorithm.

CalcObject. Calculation algorithm object.

Description

The PrxReport property creates a regular report with data obtained after single object calculation from data consumer.

Example

The property use is given in the example for ICalcAlgorithm.DebugAsync.

See also:

IAlgorithmCalculationDebug