IDatabaseReportItems

class IDatabaseReportItems

Bases: ImpactCOMWrapperBase, Iterable

Description:

A collection of x,y value pairs conveying the complete report result information.

Remarks:

Introduced in Impact 6.4.0.9 and 7.0.0.58.

Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance

property count

Gets Count.

Description:

The number of report items in the collection.

Returns:

The value of Count.

Return type:

count (int)

item(index)
Description:

Gets the report item at the given index.

Parameters:

index (int) – The index of the item to get.