| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- Written by Eclipse BIRT 1.0 --> |
| <report xmlns=" http://www.eclipse.org/birt/2005/design" version="1"> |
| <page-setup> |
| <simple-master-page name="Page Master"/> |
| </page-setup> |
| <body> |
| <grid> |
| <property name="width">100%</property> |
| <column/> |
| <column/> |
| <row> |
| <cell> |
| <image> |
| <expression name="uri">http://www.eclipse.org/birt/phoenix/tutorial/multichip-4.jpg</expression> |
| </image> |
| </cell> |
| <cell> |
| <label> |
| <text-property name="text">Hello, world!</text-property> |
| </label> |
| </cell> |
| </row> |
| </grid> |
| </body> |
| </report> |