Show contents 

Express > Express Assembly Interfaces > IReportDataSourcesData > IReportDataSourcesData.Count

IReportDataSourcesData.Count

Syntax

Count: Integer;

Description

The Count property returns the number of report data sources.

Comments

To get data source, use the IReportDataSourcesData.Item property.

Example

The property use is given in the example for IEaxAnalyzerUserEvents.OnAfterExecuteAnalyzer.

See also:

IReportDataSourcesData