Report sections can only be created by report.createSection().
More...
List of all members.
Detailed Description
Report sections can only be created by report.createSection().
Member Function Documentation
Get the first item with this name.
If a section contains multiple items with same name the items should be searched using itemAt() instead, unless you really only need the first one.
- Parameters:
-
- Returns:
- Returns the item object.
- Exceptions:
-
| Error | When no item with this name was found. |
| Item report::Section::itemAt |
( |
Number |
aIndex | ) |
|
Get the item at a certain index.
- Parameters:
-
| [in] | aIndex | The item index. Must be in the range 0 ... itemCount()-1. |
- Returns:
- Returns the item object.
- Exceptions:
-
| Error | When invalid index provided. |
| Number report::Section::itemCount |
( |
| ) |
|
- Returns:
- Number of items in the section.
| Number report::Section::printHeight |
( |
| ) |
|
- Returns:
- The height in millimeters required to print the section.