<?xml version="1.0" encoding="UTF-8"?>
<!-- Written by Eclipse BIRT 2.0 -->
<report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.6" id="1">
    <property name="author">Bertie the Platypus</property>
    <property name="createdBy">Eclipse BIRT Designer Version 1.0.0 Build &lt;20050405-1230></property>
    <property name="units">in</property>
    <property name="comments">Not a very interesting report, just a "Hello World" with a param.</property>
    <html-property name="description">Sample report used to test the BIRT viewer.</html-property>
    <list-property name="configVars">
        <structure>
            <property name="name">sample</property>
            <property name="value">aaa</property>
        </structure>
    </list-property>
    <parameters>
        <scalar-parameter name="sample" id="2">
            <text-property name="displayName">Sample Parameter</text-property>
            <property name="hidden">false</property>
            <property name="dataType">string</property>
            <property name="concealValue">false</property>
            <property name="allowBlank">true</property>
            <property name="allowNull">false</property>
            <property name="controlType">text-box</property>
            <property name="mustMatch">false</property>
            <property name="fixedOrder">false</property>
        </scalar-parameter>
    </parameters>
    <page-setup>
        <simple-master-page name="Simple MasterPage" id="3">
            <page-header>
                <grid id="4">
                    <property name="width">100%</property>
                    <column id="5"/>
                    <row id="6">
                        <cell id="7">
                            <property name="fontSize">xx-large</property>
                            <property name="fontWeight">bold</property>
                            <property name="textAlign">center</property>
                            <text id="8">
                                <text-property name="content"><![CDATA[Title]]></text-property>
                            </text>
                        </cell>
                    </row>
                </grid>
            </page-header>
            <page-footer>
                <grid id="9">
                    <property name="width">100%</property>
                    <column id="10"/>
                    <column id="11"/>
                    <row id="12">
                        <cell id="13">
                            <text id="14">
                                <property name="contentType">html</property>
                                <text-property name="content"><![CDATA[<value-of>new Date()</value-of>]]></text-property>
                            </text>
                        </cell>
                        <cell id="15">
                            <property name="textAlign">right</property>
                            <auto-text id="26">
                                <property name="type">page-number</property>
                            </auto-text>
                        </cell>
                    </row>
                </grid>
            </page-footer>
        </simple-master-page>
    </page-setup>
    <body>
        <text id="17">
            <property name="contentType">html</property>
            <text-property name="content"><![CDATA[<b>Congratulations!</b>
<br><br>
If you can see this report, it means that the BIRT Engine is installed correctly.
<br><br>]]></text-property>
        </text>
        <grid id="18">
            <property name="width">100%</property>
            <column id="19">
                <property name="width">1.354in</property>
            </column>
            <column id="20">
                <property name="width">5.083in</property>
            </column>
            <row id="21">
                <cell id="22">
                    <label id="23">
                        <text-property name="text">Sample Parameter:</text-property>
                    </label>
                </cell>
                <cell id="24">
                    <data id="25">
                        <list-property name="boundDataColumns">
                            <structure>
                                <property name="name">params["sample"]</property>
                                <expression name="expression">params["sample"]</expression>
                            </structure>
                        </list-property>
                        <property name="resultSetColumn">params["sample"]</property>
                    </data>
                </cell>
            </row>
        </grid>
    </body>
</report>
