IPrxDataSource.Points

Fore Syntax

Points: IPrxCalculatedPoints;

Fore.NET Syntax

Points: Prognoz.Platform.Interop.Report.IPrxCalculatedPoints;

Description

The Points property returns calculated points of data source.

Comments

To get parent object of data source, use the IPrxDataSource.DataSource property.

Fore and Fore.NET Example

The example of use is given on the page with description of the IPrxCalculatedPoint.CalculateValue method.

See also:

IPrxDataSource