IAdhocReportExportSources.Add

Syntax

Add(Source: IAdhocDataSourceObject);

Parameters

Source. A data source to be added.

Description

The Add method adds a new data source to the collection.

Comments

To remove the specific data source from the collection, use the AdhocReportExportSources.Remove method, to remove all data sources, use the IAdhocReportExportSources.Clear method.

See also:

IAdhocReportExportSources