addItem()

Add an item to a bullet or numbered block in the report.

Usage

addItem( text, name = None )

Parameters

text (string)
The item body content.
name (string)
The item name or title next to bullet or number.

Return Value

None

Description

This routine adds an item to a bullet or numbered block in the report. The item text and name are given by text and name. For example,
rep.beginBullet( )
rep.addItem( "Sample text", "Item 1" )