IAdhocReportExportSources.Add

Fore Syntax

Add(Source: IAdhocDataSourceObject): IAdhocReportExportSource;

Fore.NET Syntax

None;

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.

Fore Example

The property use is given in the example for IAdhocReportExportSource.TitleSettings.

See also:

IAdhocReportExportSources