DataSources: IPrxDataSources;
DataSources: Prognoz.Platform.Interop.Report.PrxDataSources;
The DataSources property returns a parent object of the data source.
To get parent object descriptor, use the IPrxDataSource.Parent property.
The example of use is given on the IPrxCalculatedPoint.CalculateValue property description page.
See also: