IDmReports.FindByType

Syntax

FindByType(Type: DmReportType): IDmReport;

Parameters

Type. Report type.

Description

The FindByType property returns report of the specified type.

Comments

To get the number of reports in the collection, use the IDmReports.Count property

Example

The property use is given in the example for IDmMethod.Execute.

See also:

IDmReports