IDatabaseReportItem

class IDatabaseReportItem

Bases: ImpactCOMWrapperBase

Summary:

An x,y value pair conveying a single element of 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 raw_x_axis_value

Gets raw_x_axis_value.

Summary:

The “raw” value for the x-axis.

Remarks:

The raw value represents the key of the looked up item. Introduced in Impact 12.0.0.143

Returns:

The value of raw_x_axis_value.

Return type:

raw_x_axis_value (any)

property x_axis_value

Gets x_axis_value.

Summary:

The value for the x-axis.

Returns:

The value of x_axis_value.

Return type:

x_axis_value (any)

property y_axis_value

Gets y_axis_value.

Summary:

The value for the y-axis. This will always be numeric.

Returns:

The value of y_axis_value.

Return type:

y_axis_value (any)

isNone()

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