IAdhocReportExportSource.DataSource

Fore Syntax

DataSource: IAdhocDataSourceObject;

Fore.NET Syntax

None;

Description

The DataSource property returns a data source of the block.

Comments

The property value is set automatically after adding a data source to the collection of exported sources.

To add a data source to the collection, use the IAdhocReportExportSources.Add method.

Fore Example

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

See also:

IAdhocReportExportSource