IPrxCalculatedPoint.DataSource

Fore Syntax

DataSource: IPrxDataSource;

Fore.NET Syntax

DataSource: Prognoz.Platform.Interop.Report.IPrxDataSource;

Description

The DataSource property returns data source of calculated point.

Comments

To determine name of calculated point, use the IPrxCalculatedPoint.Name property.

Fore and Fore.NET Examples

The property use is given in the example for IPrxCalculatedPoint.CalculateValue.

See also:

IPrxCalculatedPoint