IPrxDataSource.DataSources

Fore Syntax

DataSources: IPrxDataSources;

Fore.NET Syntax

DataSources: Prognoz.Platform.Interop.Report.PrxDataSources;

Description

The DataSources property returns a parent object of the data source.

Comments

To get parent object descriptor, use the IPrxDataSource.Parent property.

Fore and Fore.NET Example

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

See also:

IPrxDataSource