IAdhocReport.CopyDataSourceObjectEx

Fore Syntax

CopyDataSourceObjectEx(Source: IAdhocDataSourceObject; Id: String): IAdhocDataSourceObject;

Fore.NET Syntax

CopyDataSourceObjectEx(Source: Prognoz.Platform.Interop.AdHoc.IAdhocDataSourceObject; Id: string): Prognoz.Platform.Interop.AdHoc.IAdhocDataSourceObject;

Parameters

Source. The data source to be copied.

Id. Identifier of data source copy.

Description

The CopyDataSourceObjectEx method copies the specified data source creating an identifier specified by the user for the copy.

Comments

To add a data source, use the IAdhocReport.AddDataSourceObject method.

Fore and Fore.NET Examples

The method use is given in the example for IAdhocDataSourceObject.Id.

See also:

IAdhocReport