IAdhocReport.CopyDataSourceObjectEx

Syntax

CopyDataSourceObjectEx(Source: IAdhocDataSourceObject; Id: String): 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.

Example

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

See also:

IAdhocReport