IDmReports

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IDmReports interface is used to work with the collection of reports containing data mining results.

Inheritance Hierarchy

          IDmReports

Comments

To get collection of reports, use the IDmMethod.Execute method.

Properties

  Property name Brief description
The Count property returns number of reports in collection.
The FindByType property returns report of the specified type.
The Item property returns the specified report from collection.

See also:

Ms Assembly Interfaces