IDatabaseReportItems

class IDatabaseReportItems

Bases: ImpactCOMWrapperBase, Iterable

Summary:

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.

Summary:

The number of report items in the collection.

Returns:

The value of Count.

Return type:

count (int)

isNone()

Checks if the COM object is None. This is useful for determining if the wrapper has been initialized with a valid COM object.

item(index)
Summary:

Gets the report item at the given index.

Parameters:

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