<?xml version="1.0" encoding="UTF-8"?>
<report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.23" id="1">
    <property name="createdBy">Eclipse BIRT Designer Version 4.8.0.v201806261756</property>
    <simple-property-list name="includeResource">
        <value>WEB-INF/classes/messages</value>
    </simple-property-list>
    <property name="units">in</property>
    <method name="initialize"><![CDATA[importPackage(Packages.com.agnitas.reporting.birt.external.dataset);
importPackage(Packages.java.lang);

selectedTargets = null;

if (params["selectedTargets"] != null) {
	selectedTargets = params["selectedTargets"].value;
}

dataSet = new Packages.com.agnitas.reporting.birt.external.dataset.MailingOpenersTimeBasedDataSet();
tempTableID = dataSet.prepareData(params["mailingID"], params["companyID"], params["selectedTargets"], params["startDate"], params["stopDate"], params["hourScale"], params["recipientType"]);
reportContext.setPersistentGlobalVariable("tempTableID", new Integer(tempTableID));
openingsData = dataSet.getData(tempTableID);

function tr(key) {
	return Packages.com.agnitas.messages.I18nString.getLocaleString(key, reportContext.getLocale());
}
]]></method>
    <method name="beforeRender"><![CDATA[if(reportContext.getOutputFormat()!="pdf") {
	reportContext.getReportRunnable().designHandle.getDesignHandle().findElement("reportParameters").drop();
}

if(reportContext.getOutputFormat() == "html") {
 	reportContext.getReportRunnable().designHandle.getDesignHandle().findElement("csvData").drop();
}

if(reportContext.getOutputFormat()=="csv") {
	reportContext.getReportRunnable().designHandle.getDesignHandle().findElement("graphicalReport").drop();
}]]></method>
    <property name="iconFile">/templates/blank_report.gif</property>
    <property name="layoutPreference">auto layout</property>
    <property name="bidiLayoutOrientation">ltr</property>
    <list-property name="cssStyleSheets">
        <structure>
            <property name="fileName">styles.css</property>
            <property name="useExternalCss">false</property>
        </structure>
        <structure>
            <property name="useExternalCss">true</property>
            <property name="externalCssURI">/birt/webcontent/birt/styles/redesign_style.css</property>
        </structure>
    </list-property>
    <parameters>
        <scalar-parameter name="companyID" id="129">
            <property name="valueType">static</property>
            <property name="isRequired">false</property>
            <property name="dataType">integer</property>
            <property name="distinct">true</property>
            <simple-property-list name="defaultValue">
                <value type="constant">276</value>
            </simple-property-list>
            <property name="paramType">simple</property>
            <property name="controlType">text-box</property>
            <structure name="format">
                <property name="category">Unformatted</property>
            </structure>
        </scalar-parameter>
        <scalar-parameter name="mailingID" id="131">
            <property name="valueType">static</property>
            <property name="isRequired">false</property>
            <property name="dataType">integer</property>
            <property name="distinct">true</property>
            <property name="paramType">simple</property>
            <property name="controlType">text-box</property>
            <structure name="format">
                <property name="category">Unformatted</property>
            </structure>
        </scalar-parameter>
        <scalar-parameter name="language" id="134">
            <property name="valueType">static</property>
            <property name="isRequired">false</property>
            <property name="dataType">string</property>
            <property name="distinct">true</property>
            <simple-property-list name="defaultValue">
                <value type="constant">DE</value>
            </simple-property-list>
            <property name="paramType">simple</property>
            <property name="controlType">text-box</property>
            <structure name="format">
                <property name="category">Unformatted</property>
            </structure>
        </scalar-parameter>
        <scalar-parameter name="startDate" id="425">
            <property name="valueType">static</property>
            <property name="isRequired">false</property>
            <property name="dataType">string</property>
            <property name="distinct">true</property>
            <property name="paramType">simple</property>
            <property name="controlType">text-box</property>
            <structure name="format">
                <property name="category">Unformatted</property>
            </structure>
        </scalar-parameter>
        <scalar-parameter name="stopDate" id="426">
            <property name="valueType">static</property>
            <property name="isRequired">false</property>
            <property name="dataType">string</property>
            <property name="distinct">true</property>
            <property name="paramType">simple</property>
            <property name="controlType">text-box</property>
            <structure name="format">
                <property name="category">Unformatted</property>
            </structure>
        </scalar-parameter>
        <scalar-parameter name="hourScale" id="427">
            <property name="valueType">static</property>
            <property name="isRequired">false</property>
            <property name="dataType">boolean</property>
            <property name="distinct">true</property>
            <simple-property-list name="defaultValue">
                <value type="constant">false</value>
            </simple-property-list>
            <property name="paramType">simple</property>
            <property name="controlType">check-box</property>
            <structure name="format"/>
        </scalar-parameter>
        <scalar-parameter name="selectedTargets" id="428">
            <property name="valueType">static</property>
            <property name="isRequired">false</property>
            <property name="dataType">string</property>
            <property name="distinct">true</property>
            <property name="paramType">simple</property>
            <property name="controlType">text-box</property>
            <structure name="format">
                <property name="category">Unformatted</property>
            </structure>
        </scalar-parameter>
        <scalar-parameter name="recipientType" id="539">
            <property name="valueType">static</property>
            <property name="dataType">string</property>
            <property name="distinct">true</property>
            <property name="paramType">simple</property>
            <property name="controlType">text-box</property>
            <structure name="format">
                <property name="category">Unformatted</property>
            </structure>
        </scalar-parameter>
        <scalar-parameter name="viewChart" id="707">
            <property name="valueType">static</property>
            <property name="isRequired">false</property>
            <property name="dataType">boolean</property>
            <property name="distinct">true</property>
            <simple-property-list name="defaultValue">
                <value type="constant">True</value>
            </simple-property-list>
            <list-property name="selectionList"/>
            <property name="paramType">simple</property>
            <property name="controlType">check-box</property>
            <structure name="format"/>
        </scalar-parameter>
        <scalar-parameter name="emmsession" id="799">
            <property name="valueType">static</property>
            <property name="dataType">string</property>
            <property name="distinct">true</property>
            <list-property name="selectionList"/>
            <property name="paramType">simple</property>
            <property name="controlType">text-box</property>
            <structure name="format">
                <property name="category">Unformatted</property>
            </structure>
        </scalar-parameter>
        <scalar-parameter name="sec" id="800">
            <property name="valueType">static</property>
            <property name="dataType">string</property>
            <property name="distinct">true</property>
            <list-property name="selectionList"/>
            <property name="paramType">simple</property>
            <property name="controlType">text-box</property>
            <structure name="format">
                <property name="category">Unformatted</property>
            </structure>
        </scalar-parameter>
    </parameters>
    <data-sources>
        <script-data-source name="DummyDataSource" id="7"/>
    </data-sources>
    <data-sets>
        <script-data-set name="MailingOpenersTimeBasedDataSet" id="429">
            <list-property name="resultSetHints">
                <structure>
                    <property name="position">1</property>
                    <property name="name">DATETIME</property>
                    <property name="dataType">date-time</property>
                </structure>
                <structure>
                    <property name="position">2</property>
                    <property name="name">OPENERS_UNIQUE</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">3</property>
                    <property name="name">OPENINGS_GROSS</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">4</property>
                    <property name="name">TARGETGROUP</property>
                    <property name="dataType">string</property>
                </structure>
                <structure>
                    <property name="position">5</property>
                    <property name="name">COLUMN_INDEX</property>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="position">6</property>
                    <property name="name">DEVICECLASSID</property>
                    <property name="dataType">integer</property>
                </structure>
            </list-property>
            <list-property name="columnHints">
                <structure>
                    <property name="columnName">DATETIME</property>
                </structure>
                <structure>
                    <property name="columnName">OPENERS_UNIQUE</property>
                </structure>
                <structure>
                    <property name="columnName">OPENINGS_GROSS</property>
                </structure>
                <structure>
                    <property name="columnName">TARGETGROUP</property>
                </structure>
                <structure>
                    <property name="columnName">COLUMN_INDEX</property>
                </structure>
                <structure>
                    <property name="columnName">DEVICECLASSID</property>
                </structure>
            </list-property>
            <structure name="cachedMetaData">
                <list-property name="resultSet">
                    <structure>
                        <property name="position">1</property>
                        <property name="name">DATETIME</property>
                        <property name="dataType">date-time</property>
                    </structure>
                    <structure>
                        <property name="position">2</property>
                        <property name="name">OPENERS_UNIQUE</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">3</property>
                        <property name="name">OPENINGS_GROSS</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">4</property>
                        <property name="name">TARGETGROUP</property>
                        <property name="dataType">string</property>
                    </structure>
                    <structure>
                        <property name="position">5</property>
                        <property name="name">COLUMN_INDEX</property>
                        <property name="dataType">integer</property>
                    </structure>
                    <structure>
                        <property name="position">6</property>
                        <property name="name">DEVICECLASSID</property>
                        <property name="dataType">integer</property>
                    </structure>
                </list-property>
            </structure>
            <property name="dataSource">DummyDataSource</property>
            <method name="open"><![CDATA[
currentrow = 0;
]]></method>
            <method name="fetch"><![CDATA[if (currentrow < openingsData.size()) {
	var data = openingsData.get(currentrow);
	currentrow++;

	row["DATETIME"] =  data.getClickTime();
	row["OPENINGS_GROSS"] = data.getClicks_gross();
	row["OPENERS_UNIQUE"] = data.getClicks_net();
	row["DEVICECLASSID"] = data.getDeviceClassID();
	row["TARGETGROUP"] = data.getTargetgroup();
		
	// do some i18n stuff
	if(row["TARGETGROUP"] == "statistic.all_subscribers" || row["TARGETGROUP"] == "All_Subscribers") {
		row["TARGETGROUP"] = Packages.com.agnitas.messages.I18nString.getLocaleString("statistic.all_subscribers", reportContext.getLocale());
	}

	row["COLUMN_INDEX"] = data.getColumn_index();
	return  true;
}
return false;
]]></method>
        </script-data-set>
        <script-data-set name="CompanyDescriptionDataSet" id="248">
            <list-property name="resultSetHints">
                <structure>
                    <property name="position">1</property>
                    <property name="name">name</property>
                    <property name="dataType">string</property>
                </structure>
            </list-property>
            <list-property name="columnHints">
                <structure>
                    <property name="columnName">name</property>
                </structure>
            </list-property>
            <structure name="cachedMetaData">
                <list-property name="resultSet">
                    <structure>
                        <property name="position">1</property>
                        <property name="name">name</property>
                        <property name="dataType">string</property>
                    </structure>
                </list-property>
            </structure>
            <property name="dataSource">DummyDataSource</property>
            <method name="open"><![CDATA[companyDescriptionDataSet = new Packages.com.agnitas.reporting.birt.external.dataset.CompanyDescriptionDataSet();
valueList = companyDescriptionDataSet.getCompanyDescription (params["companyID"]);
currentrow = 0;]]></method>
            <method name="fetch"><![CDATA[if( currentrow < valueList.size() ) {
	row["name"] = valueList.get(currentrow);
	currentrow++;
	return true;
}
return false;]]></method>
        </script-data-set>
        <script-data-set name="TargetDescriptionDataset" id="195">
            <list-property name="resultSetHints">
                <structure>
                    <property name="position">0</property>
                    <property name="name">shortname</property>
                    <property name="dataType">string</property>
                </structure>
            </list-property>
            <list-property name="columnHints">
                <structure>
                    <property name="columnName">shortname</property>
                </structure>
            </list-property>
            <structure name="cachedMetaData">
                <list-property name="resultSet">
                    <structure>
                        <property name="position">1</property>
                        <property name="name">shortname</property>
                        <property name="dataType">string</property>
                    </structure>
                </list-property>
            </structure>
            <property name="dataSource">DummyDataSource</property>
            <method name="open"><![CDATA[targetDescriptionDataSet = new Packages.com.agnitas.reporting.birt.external.dataset.TargetDescriptionDataSet();
selectedTargets = null; 
if (params["selectedTargets"].value != null &amp;&amp; params["selectedTargets"].value != "0"){
	selectedTargets = params["selectedTargets"];
}

valueList = targetDescriptionDataSet.getTargetDescription (selectedTargets,  params["language"]);
currentrow = 0;
allTargets="";]]></method>
            <method name="fetch"><![CDATA[if( currentrow < valueList.size() ) {
	row["shortname"] = valueList.get(currentrow);
	currentrow++;
	allTargets += row["shortname"] + ", ";
	return true;
}
return false;]]></method>
        </script-data-set>
    </data-sets>
    <page-setup>
        <simple-master-page name="Simple MasterPage" id="2">
            <property name="topMargin">0.25in</property>
            <property name="leftMargin">0.25in</property>
            <property name="bottomMargin">0.25in</property>
            <property name="rightMargin">0.25in</property>
        </simple-master-page>
    </page-setup>
    <body>
        <grid name="reportParameters" id="145">
            <property name="height">3.1354166666666665in</property>
            <property name="width">5.145833333333333in</property>
            <column id="146">
                <property name="width">2.1666666666666665in</property>
            </column>
            <column id="147">
                <property name="width">2.9791666666666665in</property>
            </column>
            <row id="148">
                <cell id="149">
                    <text-data id="163">
                        <property name="fontFamily">sans-serif</property>
                        <property name="fontWeight">bold</property>
                        <expression name="valueExpr">tr("report.parameters")</expression>
                    </text-data>
                </cell>
                <cell id="150"/>
            </row>
            <row id="244">
                <cell id="245">
                    <text-data id="253">
                        <expression name="valueExpr">tr("settings.Company")</expression>
                    </text-data>
                </cell>
                <cell id="246">
                    <data id="457">
                        <property name="dataSet">CompanyDescriptionDataSet</property>
                        <list-property name="boundDataColumns">
                            <structure>
                                <property name="name">name</property>
                                <text-property name="displayName">name</text-property>
                                <expression name="expression">dataSetRow["name"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                        </list-property>
                        <property name="resultSetColumn">name</property>
                    </data>
                </cell>
            </row>
            <row id="430">
                <cell id="431">
                    <text-data id="433">
                        <expression name="valueExpr">tr("Targets")</expression>
                    </text-data>
                </cell>
                <cell id="432">
                    <table id="469">
                        <property name="width">100%</property>
                        <property name="dataSet">TargetDescriptionDataset</property>
                        <list-property name="boundDataColumns">
                            <structure>
                                <property name="name">shortname</property>
                                <expression name="expression">dataSetRow["shortname"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                            <structure>
                                <property name="name">Column Binding</property>
                                <expression name="expression">dataSetRow["shortname"]</expression>
                                <property name="dataType">string</property>
                            </structure>
                        </list-property>
                        <column id="465"/>
                        <footer>
                            <row id="463">
                                <cell id="464">
                                    <text-data id="471">
                                        <expression name="valueExpr">if (allTargets.length > 0) allTargets = allTargets.substr(0,allTargets.length-2);
allTargets</expression>
                                        <property name="contentType">html</property>
                                    </text-data>
                                </cell>
                            </row>
                        </footer>
                    </table>
                </cell>
            </row>
        </grid>
        <grid name="graphicalReport" id="419">
            <property name="style">block-table</property>
            <property name="dataSet">MailingOpenersTimeBasedDataSet</property>
            <list-property name="boundDataColumns">
                <structure>
                    <property name="name">DATETIME</property>
                    <expression name="expression">dataSetRow["DATETIME"]</expression>
                    <property name="dataType">string</property>
                </structure>
                <structure>
                    <property name="name">OPENERS_UNIQUE</property>
                    <expression name="expression">dataSetRow["OPENERS_UNIQUE"]</expression>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="name">OPENINGS_GROSS</property>
                    <expression name="expression">dataSetRow["OPENINGS_GROSS"]</expression>
                    <property name="dataType">integer</property>
                </structure>
            </list-property>
            <column id="420"/>
            <row id="649">
                <list-property name="visibility">
                    <structure>
                        <property name="format">all</property>
                        <expression name="valueExpr" type="javascript">params["selectedTargets"] != null &amp;&amp; params["selectedTargets"] != ""</expression>
                    </structure>
                </list-property>
                <cell id="650">
                    <property name="style">full-width</property>
                    <property name="textAlign">left</property>
                    <grid name="openersUniqueGrid" id="656">
                        <property name="style">table</property>
                        <column id="657"/>
                        <row id="692">
                            <cell id="693">
                                <property name="style">report-title</property>
                                <property name="textAlign">center</property>
                                <text-data id="694">
                                    <property name="textAlign">left</property>
                                    <expression name="valueExpr">tr("OpeningsNet")</expression>
                                </text-data>
                            </cell>
                        </row>
                        <row id="658">
                            <cell id="659">
                                <property name="textAlign">center</property>
                                <extended-item extensionName="Chart" name="openersUniqueChart" id="660">
                                    <xml-property name="xmlRepresentation"><![CDATA[<model:ChartWithAxes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:attribute="http://www.birt.eclipse.org/ChartModelAttribute" xmlns:data="http://www.birt.eclipse.org/ChartModelData" xmlns:layout="http://www.birt.eclipse.org/ChartModelLayout" xmlns:model="http://www.birt.eclipse.org/ChartModel" xmlns:type="http://www.birt.eclipse.org/ChartModelType">
  <Version>2.6.1</Version>
  <Type>Bar Chart</Type>
  <SubType>Stacked</SubType>
  <Description>
    <Value></Value>
    <Font>
      <Alignment/>
    </Font>
  </Description>
  <Block>
    <Children xsi:type="layout:TitleBlock">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>false</Visible>
      <Label>
        <Caption>
          <Value>ClicksNetto</Value>
          <Font>
            <Name>Arial</Name>
            <Size>10.0</Size>
            <Bold>true</Bold>
            <Alignment>
              <horizontalAlignment>Center</horizontalAlignment>
              <verticalAlignment>Center</verticalAlignment>
            </Alignment>
          </Font>
          <Color>
            <Transparency>255</Transparency>
            <Red>45</Red>
            <Green>45</Green>
            <Blue>47</Blue>
          </Color>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>true</Visible>
      </Label>
    </Children>
    <Children xsi:type="layout:Plot">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <HorizontalSpacing>5</HorizontalSpacing>
      <VerticalSpacing>5</VerticalSpacing>
      <ClientArea>
        <Outline>
          <Style>Solid</Style>
          <Thickness>0</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>0.0</Left>
          <Bottom>0.0</Bottom>
          <Right>0.0</Right>
        </Insets>
      </ClientArea>
    </Children>
    <Children xsi:type="layout:Legend">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Stretch>Horizontal</Stretch>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <Cursor>
        <Type>Auto</Type>
      </Cursor>
      <ClientArea>
        <Outline>
          <Style>Solid</Style>
          <Thickness>0</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>2.0</Top>
          <Left>2.0</Left>
          <Bottom>2.0</Bottom>
          <Right>85.0</Right>
        </Insets>
      </ClientArea>
      <Text>
        <Value></Value>
        <Font>
          <Name>Arial</Name>
          <Size>10.0</Size>
          <Alignment/>
        </Font>
        <Color>
          <Transparency>255</Transparency>
          <Red>45</Red>
          <Green>45</Green>
          <Blue>47</Blue>
        </Color>
      </Text>
      <Orientation>Horizontal</Orientation>
      <Direction>Left_Right</Direction>
      <Separator>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>true</Visible>
      </Separator>
      <Position>Below</Position>
      <ItemType>Series</ItemType>
      <Title>
        <Caption>
          <Value></Value>
          <Font>
            <Alignment/>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>false</Visible>
      </Title>
      <TitlePosition>Above</TitlePosition>
    </Children>
    <Bounds>
      <Left>0.0</Left>
      <Top>0.0</Top>
      <Width>585.0</Width>
      <Height>254.25</Height>
    </Bounds>
    <Insets>
      <Top>3.0</Top>
      <Left>3.0</Left>
      <Bottom>3.0</Bottom>
      <Right>3.0</Right>
    </Insets>
    <Row>-1</Row>
    <Column>-1</Column>
    <Rowspan>-1</Rowspan>
    <Columnspan>-1</Columnspan>
    <Outline>
      <Style>Solid</Style>
      <Thickness>1</Thickness>
      <Color>
        <Transparency>255</Transparency>
        <Red>0</Red>
        <Green>0</Green>
        <Blue>0</Blue>
      </Color>
      <Visible>false</Visible>
    </Outline>
    <Background xsi:type="attribute:ColorDefinition">
      <Transparency>0</Transparency>
      <Red>255</Red>
      <Green>255</Green>
      <Blue>255</Blue>
    </Background>
    <Visible>true</Visible>
  </Block>
  <Dimension>Two_Dimensional</Dimension>
  <Script>importPackage( Packages.org.eclipse.birt.chart.model.attribute.impl );
importPackage( Packages.org.eclipse.birt.chart.model.attribute );
importPackage( Packages.org.eclipse.birt.chart.model.data.impl );
importPackage( Packages.org.eclipse.birt.report.model.api.util );
importPackage( Packages.java.lang );


function tr(messageKey) {
	return Packages.com.agnitas.messages.I18nString.getLocaleString(messageKey, reportContext.getLocale());
}

function getPaletteColor(index) {
	var colors = [
		&quot;#FFC000&quot;,
		&quot;#0071B9&quot;,
		&quot;#92D050&quot;,
		&quot;#009999&quot;,
		&quot;#41641A&quot;
	];
	return translateColor(colors[index % colors.length]);
}

function translateColor(colorRgb) {
	var red = &quot;0x&quot; + colorRgb.substr(1, 2);
	var green = &quot;0x&quot; + colorRgb.substr(3, 2);
	var blue = &quot;0x&quot; + colorRgb.substr(5, 2);

	return ColorDefinitionImpl.create(red, green, blue);
}

function beforeDrawAxisTitle(axis, label, icsc) {
	if (label.getCaption().getValue() == &quot;xAxis&quot;) {
		reportContext =  icsc.getExternalContext().getObject(); 
		if (reportContext.getParameterValue(&quot;hourScale&quot;) == true) {
			xAxisTitle = tr(&quot;Time&quot;)
		} else {
			xAxisTitle = tr(&quot;Date&quot;);
		}
		label.getCaption().setValue(xAxisTitle);
	}
}

/**
 * Called before generation of chart model to GeneratedChartState.
 * 
 * @param chart
 *            Chart
 * @param icsc
 *            IChartScriptContext
 */
function beforeGeneration(chart, icsc) {
	reportContext = icsc.getExternalContext().getObject();
	
    chart.getEmptyMessage().getCaption().setValue(tr(&quot;birt.noDataAvailable&quot;));
	
	xAxis = chart.getBaseAxes()[0];
 	xAxis.setType(AxisType.DATE_TIME_LITERAL);
 	
 	if (reportContext.getParameterValue(&quot;hourScale&quot;) == true) {
		 xAxis.setFormatSpecifier(JavaDateFormatSpecifierImpl.create(&quot;HH:mm&quot;));
	}
	
	if (reportContext.getParameterValue(&quot;hourScale&quot;) == false) {
		 xAxis.setFormatSpecifier(JavaDateFormatSpecifierImpl.create(&quot;dd-MM-yyyy&quot;));
	}
}

/**
* Called before drawing each datapoint graphical representation or marker.
*
* @param dph DataPointHints
* @param fill Fill
* @param icsc IChartScriptContext
*/
function beforeDrawDataPoint(dph, fill, icsc) {
	var context = icsc.getExternalContext().getObject();
	var classId = parseInt(dph.getSeriesDisplayValue());
	var color = getPaletteColor(classId, context);
	fill.set(color.getRed(), color.getGreen(), color.getBlue());
}

function getDeviceClassName(classId, reportContext) {
	switch (classId) {
	case 0:
		return tr(&quot;report.device.mixed&quot;, reportContext);
	case 1:
		return tr(&quot;report.device.desktop&quot;, reportContext);
	case 2:
		return tr(&quot;report.device.mobile&quot;, reportContext);
	case 3:
		return tr(&quot;report.device.tablet&quot;, reportContext);
	case 4:
		return tr(&quot;report.device.smarttv&quot;, reportContext);
	default:
		return tr(&quot;Unknown&quot;, reportContext);
	}
}

/**
 * Called before drawing the legend item.
 * 
 * @param lerh LegendEntryRenderingHints
 * @param bounds Bounds
 * @param icsc IChartScriptContext
 * @since Version 2.2.0
 */
function beforeDrawLegendItem(lerh, bounds, icsc) {
	var caption = lerh.getLabel().getCaption();
	var context = icsc.getExternalContext().getObject();
	var classId = parseInt(caption.getValue());

	caption.setValue(getDeviceClassName(classId, context));

	var color = getPaletteColor(classId, context);
	lerh.getFill().set(color.getRed(), color.getGreen(), color.getBlue());
}
</Script>
  <Units>Points</Units>
  <SeriesThickness>10.0</SeriesThickness>
  <ExtendedProperties>
    <Name>enable.area.alt</Name>
    <Value>false</Value>
  </ExtendedProperties>
  <SampleData>
    <BaseSampleData>
      <DataSetRepresentation>01/05/2000,02/01/2000,04/12/2000,03/12/2000,02/29/2000</DataSetRepresentation>
    </BaseSampleData>
    <OrthogonalSampleData>
      <DataSetRepresentation>10.0,8.0,24.0</DataSetRepresentation>
      <SeriesDefinitionIndex>0</SeriesDefinitionIndex>
    </OrthogonalSampleData>
  </SampleData>
  <Interactivity/>
  <EmptyMessage>
    <Caption>
      <Value></Value>
      <Font>
        <Alignment>
          <horizontalAlignment>Center</horizontalAlignment>
          <verticalAlignment>Center</verticalAlignment>
        </Alignment>
      </Font>
    </Caption>
    <Background xsi:type="attribute:ColorDefinition">
      <Transparency>0</Transparency>
      <Red>255</Red>
      <Green>255</Green>
      <Blue>255</Blue>
    </Background>
    <Outline>
      <Style>Solid</Style>
      <Thickness>1</Thickness>
      <Color>
        <Transparency>255</Transparency>
        <Red>0</Red>
        <Green>0</Green>
        <Blue>0</Blue>
      </Color>
      <Visible>true</Visible>
    </Outline>
    <Insets>
      <Top>0.0</Top>
      <Left>2.0</Left>
      <Bottom>0.0</Bottom>
      <Right>3.0</Right>
    </Insets>
    <Visible>true</Visible>
  </EmptyMessage>
  <Axes>
    <Type>DateTime</Type>
    <Title>
      <Caption>
        <Value>xAxis</Value>
        <Font>
          <Name>Arial</Name>
          <Size>10.0</Size>
          <Bold>false</Bold>
          <Alignment>
            <horizontalAlignment>Center</horizontalAlignment>
            <verticalAlignment>Center</verticalAlignment>
          </Alignment>
          <Rotation>0.0</Rotation>
        </Font>
        <Color>
          <Transparency>255</Transparency>
          <Red>45</Red>
          <Green>45</Green>
          <Blue>47</Blue>
        </Color>
      </Caption>
      <Background xsi:type="attribute:ColorDefinition">
        <Transparency>0</Transparency>
        <Red>255</Red>
        <Green>255</Green>
        <Blue>255</Blue>
      </Background>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
      </Outline>
      <Insets>
        <Top>0.0</Top>
        <Left>450.0</Left>
        <Bottom>0.0</Bottom>
        <Right>4.0</Right>
      </Insets>
      <Visible>true</Visible>
    </Title>
    <TitlePosition>Below</TitlePosition>
    <AssociatedAxes>
      <Type>Linear</Type>
      <Title>
        <Caption>
          <Value>ClicksBrutto=ClicksBrutto</Value>
          <Font>
            <Name>Arial</Name>
            <Size>10.0</Size>
            <Bold>false</Bold>
            <Alignment>
              <horizontalAlignment>Right</horizontalAlignment>
              <verticalAlignment>Bottom</verticalAlignment>
            </Alignment>
            <Rotation>90.0</Rotation>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>2.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>false</Visible>
      </Title>
      <TitlePosition>Left</TitlePosition>
      <SeriesDefinitions>
        <Query>
          <Definition>row[&quot;DEVICECLASSID&quot;]</Definition>
          <Grouping>
            <GroupType>Text</GroupType>
          </Grouping>
        </Query>
        <SeriesPalette>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>113</Green>
            <Blue>185</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>153</Green>
            <Blue>153</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>146</Red>
            <Green>208</Green>
            <Blue>79</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>65</Red>
            <Green>100</Green>
            <Blue>26</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>192</Green>
            <Blue>0</Blue>
          </Entries>
        </SeriesPalette>
        <Series xsi:type="type:BarSeries">
          <Visible>true</Visible>
          <Label>
            <Caption>
              <Value></Value>
              <Font>
                <Name>Arial</Name>
                <Size>10.0</Size>
                <Bold>true</Bold>
                <Alignment/>
                <Rotation>0.0</Rotation>
              </Font>
              <Color>
                <Transparency>255</Transparency>
                <Red>0</Red>
                <Green>0</Green>
                <Blue>0</Blue>
              </Color>
            </Caption>
            <Background xsi:type="attribute:ColorDefinition">
              <Transparency>0</Transparency>
              <Red>255</Red>
              <Green>255</Green>
              <Blue>255</Blue>
            </Background>
            <Outline>
              <Style>Solid</Style>
              <Thickness>1</Thickness>
              <Color>
                <Transparency>255</Transparency>
                <Red>0</Red>
                <Green>0</Green>
                <Blue>0</Blue>
              </Color>
              <Visible>false</Visible>
            </Outline>
            <Insets>
              <Top>0.0</Top>
              <Left>0.0</Left>
              <Bottom>0.0</Bottom>
              <Right>0.0</Right>
            </Insets>
            <Visible>true</Visible>
          </Label>
          <DataDefinition>
            <Definition>row[&quot;OPENERS_UNIQUE&quot;]</Definition>
            <Grouping>
              <GroupType>Text</GroupType>
              <AggregateExpression>Sum</AggregateExpression>
            </Grouping>
          </DataDefinition>
          <SeriesIdentifier>ClicksBrutto=OpeningsNetto</SeriesIdentifier>
          <DataPoint>
            <Components>
              <Type>Orthogonal_Value</Type>
            </Components>
            <Separator>, </Separator>
          </DataPoint>
          <LabelPosition>Outside</LabelPosition>
          <Stacked>true</Stacked>
          <Triggers>
            <Condition>onclick</Condition>
            <Action>
              <Type>URL_Redirect</Type>
              <Value xsi:type="attribute:MultiURLValues">
                <URLValues>
                  <Label>
                    <Caption>
                      <Value>drill-through hours</Value>
                    </Caption>
                  </Label>
                  <BaseUrl>&lt;structure>
    &lt;property name=&quot;linkType&quot;>drill-through&lt;/property>
    &lt;property name=&quot;reportName&quot;>mailing_openers_progress.rptdesign&lt;/property>
    &lt;property name=&quot;targetBookmarkType&quot;>bookmark&lt;/property>
    &lt;property name=&quot;targetWindow&quot;>_self&lt;/property>
    &lt;property name=&quot;targetFileType&quot;>report-design&lt;/property>
    &lt;list-property name=&quot;paramBindings&quot;>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>companyID&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>&quot;&quot; + params[&quot;companyID&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>mailingID&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>&quot;&quot; + params[&quot;mailingID&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>language&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;language&quot;].value&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>startDate&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>row[&quot;DATETIME&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>stopDate&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>row[&quot;DATETIME&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>hourScale&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>true&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>selectedTargets&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;selectedTargets&quot;].value&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>recipientType&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;recipientType&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>viewChart&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;viewChart&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>emmsession&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;emmsession&quot;].value&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>sec&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;sec&quot;].value&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
    &lt;/list-property>
&lt;/structure>
</BaseUrl>
                  <BaseParameterName></BaseParameterName>
                  <ValueParameterName></ValueParameterName>
                  <SeriesParameterName></SeriesParameterName>
                </URLValues>
                <PropertiesMap>
                  <Key>Menu</Key>
                  <Value>zIndex:99999;backgroundColor:#FAFFF8;width:auto;height:auto;border:1px solid #333333;filter:progid:DXImageTransform.Microsoft.Shadow(Color:#333333,Direction=120,strength=5)</Value>
                </PropertiesMap>
                <PropertiesMap>
                  <Key>OnMouseOut</Key>
                  <Value>backgroundColor:#FAFFF8;color:#000000</Value>
                </PropertiesMap>
                <PropertiesMap>
                  <Key>OnMouseOver</Key>
                  <Value>backgroundColor:#245DDB;color:#FFFFFF</Value>
                </PropertiesMap>
                <PropertiesMap>
                  <Key>MenuItem</Key>
                  <Value>color:Black;fontSize:10pt;paddingLeft:10px;paddingRight:10px;paddingTop:2px;paddingBottom:2px</Value>
                </PropertiesMap>
              </Value>
            </Action>
          </Triggers>
          <Cursor>
            <Type>Pointer</Type>
          </Cursor>
          <Riser>Rectangle</Riser>
        </Series>
        <Grouping>
          <Enabled>false</Enabled>
          <GroupingInterval>1.0</GroupingInterval>
          <GroupType>Text</GroupType>
          <AggregateExpression>Sum</AggregateExpression>
        </Grouping>
        <Sorting>Descending</Sorting>
        <SortKey>
          <Definition>row[&quot;DEVICECLASSID&quot;]</Definition>
        </SortKey>
      </SeriesDefinitions>
      <Orientation>Vertical</Orientation>
      <LineAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </LineAttributes>
      <Label>
        <Caption>
          <Value></Value>
          <Font>
            <Name>Arial</Name>
            <Size>10.0</Size>
            <Alignment/>
          </Font>
          <Color>
            <Transparency>255</Transparency>
            <Red>45</Red>
            <Green>45</Green>
            <Blue>47</Blue>
          </Color>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>true</Visible>
      </Label>
      <LabelPosition>Left</LabelPosition>
      <MajorGrid>
        <LineAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>196</Red>
            <Green>196</Green>
            <Blue>196</Blue>
          </Color>
          <Visible>true</Visible>
        </LineAttributes>
        <TickStyle>Across</TickStyle>
        <TickAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>154</Red>
            <Green>154</Green>
            <Blue>154</Blue>
          </Color>
          <Visible>true</Visible>
        </TickAttributes>
      </MajorGrid>
      <MinorGrid>
        <LineAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>225</Red>
            <Green>225</Green>
            <Blue>225</Blue>
          </Color>
          <Visible>false</Visible>
        </LineAttributes>
        <TickStyle>Across</TickStyle>
        <TickAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>225</Red>
            <Green>225</Green>
            <Blue>225</Blue>
          </Color>
          <Visible>false</Visible>
        </TickAttributes>
      </MinorGrid>
      <Scale>
        <Min xsi:type="data:NumberDataElement">
          <Value>0.0</Value>
        </Min>
        <MinorGridsPerUnit>5</MinorGridsPerUnit>
        <AutoExpand>true</AutoExpand>
      </Scale>
      <Origin>
        <Type>Min</Type>
        <Value xsi:type="data:NumberDataElement">
          <Value>0.0</Value>
        </Value>
      </Origin>
      <PrimaryAxis>true</PrimaryAxis>
      <Percent>false</Percent>
    </AssociatedAxes>
    <SeriesDefinitions>
      <Query>
        <Definition></Definition>
      </Query>
      <SeriesPalette>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>80</Red>
          <Green>166</Green>
          <Blue>218</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>242</Red>
          <Green>88</Green>
          <Blue>106</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>232</Red>
          <Green>172</Green>
          <Blue>57</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>255</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>64</Red>
          <Green>128</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>170</Red>
          <Green>85</Green>
          <Blue>85</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>0</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>192</Red>
          <Green>192</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>192</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>7</Red>
          <Green>146</Green>
          <Blue>94</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>128</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>128</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>0</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>64</Green>
          <Blue>64</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>64</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>80</Red>
          <Green>240</Green>
          <Blue>120</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>64</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>0</Green>
          <Blue>64</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>0</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>64</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>64</Green>
          <Blue>0</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>0</Blue>
        </Entries>
      </SeriesPalette>
      <Series>
        <Visible>true</Visible>
        <Label>
          <Caption>
            <Value></Value>
            <Font>
              <Alignment/>
            </Font>
          </Caption>
          <Background xsi:type="attribute:ColorDefinition">
            <Transparency>0</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>255</Blue>
          </Background>
          <Outline>
            <Style>Solid</Style>
            <Thickness>1</Thickness>
            <Color>
              <Transparency>255</Transparency>
              <Red>0</Red>
              <Green>0</Green>
              <Blue>0</Blue>
            </Color>
            <Visible>false</Visible>
          </Outline>
          <Insets>
            <Top>0.0</Top>
            <Left>2.0</Left>
            <Bottom>0.0</Bottom>
            <Right>3.0</Right>
          </Insets>
          <Visible>false</Visible>
        </Label>
        <DataDefinition>
          <Definition>row[&quot;DATETIME&quot;]</Definition>
        </DataDefinition>
        <SeriesIdentifier></SeriesIdentifier>
        <DataPoint>
          <Components>
            <Type>Orthogonal_Value</Type>
          </Components>
          <Separator>, </Separator>
        </DataPoint>
        <LabelPosition>Outside</LabelPosition>
        <Stacked>false</Stacked>
      </Series>
      <Grouping>
        <Enabled>true</Enabled>
        <GroupingInterval>1.0</GroupingInterval>
        <GroupType>Text</GroupType>
        <AggregateExpression>Sum</AggregateExpression>
      </Grouping>
    </SeriesDefinitions>
    <Orientation>Horizontal</Orientation>
    <LineAttributes>
      <Style>Solid</Style>
      <Thickness>1</Thickness>
      <Color>
        <Transparency>255</Transparency>
        <Red>154</Red>
        <Green>154</Green>
        <Blue>154</Blue>
      </Color>
      <Visible>true</Visible>
    </LineAttributes>
    <Label>
      <Caption>
        <Value></Value>
        <Font>
          <Name>Arial</Name>
          <Size>10.0</Size>
          <Alignment/>
        </Font>
        <Color>
          <Transparency>255</Transparency>
          <Red>45</Red>
          <Green>45</Green>
          <Blue>47</Blue>
        </Color>
      </Caption>
      <Background xsi:type="attribute:ColorDefinition">
        <Transparency>0</Transparency>
        <Red>255</Red>
        <Green>255</Green>
        <Blue>255</Blue>
      </Background>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
      </Outline>
      <Insets>
        <Top>0.0</Top>
        <Left>2.0</Left>
        <Bottom>0.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Visible>true</Visible>
    </Label>
    <FormatSpecifier xsi:type="attribute:JavaDateFormatSpecifier">
      <Pattern>HH</Pattern>
    </FormatSpecifier>
    <LabelPosition>Below</LabelPosition>
    <MajorGrid>
      <LineAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>196</Red>
          <Green>196</Green>
          <Blue>196</Blue>
        </Color>
        <Visible>false</Visible>
      </LineAttributes>
      <TickStyle>Across</TickStyle>
      <TickAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>154</Red>
          <Green>154</Green>
          <Blue>154</Blue>
        </Color>
        <Visible>true</Visible>
      </TickAttributes>
    </MajorGrid>
    <MinorGrid>
      <LineAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>225</Red>
          <Green>225</Green>
          <Blue>225</Blue>
        </Color>
        <Visible>false</Visible>
      </LineAttributes>
      <TickStyle>Across</TickStyle>
      <TickAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>225</Red>
          <Green>225</Green>
          <Blue>225</Blue>
        </Color>
        <Visible>false</Visible>
      </TickAttributes>
    </MinorGrid>
    <Scale>
      <MinorGridsPerUnit>5</MinorGridsPerUnit>
    </Scale>
    <Origin>
      <Type>Min</Type>
      <Value xsi:type="data:NumberDataElement">
        <Value>0.0</Value>
      </Value>
    </Origin>
    <PrimaryAxis>true</PrimaryAxis>
    <CategoryAxis>true</CategoryAxis>
    <Percent>false</Percent>
  </Axes>
  <WallFill xsi:type="attribute:ColorDefinition">
    <Transparency>0</Transparency>
    <Red>255</Red>
    <Green>255</Green>
    <Blue>255</Blue>
  </WallFill>
  <FloorFill xsi:type="attribute:ColorDefinition">
    <Transparency>255</Transparency>
    <Red>192</Red>
    <Green>192</Green>
    <Blue>192</Blue>
  </FloorFill>
  <Orientation>Vertical</Orientation>
  <UnitSpacing>50.0</UnitSpacing>
  <Rotation/>
</model:ChartWithAxes>
]]></xml-property>
                                    <property name="outputFormat">SVG</property>
                                    <list-property name="action">
                                        <structure>
                                            <property name="targetWindow">_self</property>
                                            <property name="linkType">drill-through</property>
                                            <property name="targetFileType">report-design</property>
                                            <property name="targetBookmarkType">bookmark</property>
                                            <property name="reportName">mailing_openers_progress.rptdesign</property>
                                            <list-property name="paramBindings">
                                                <structure>
                                                    <property name="paramName">companyID</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">"" + params["companyID"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">mailingID</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">"" + params["mailingID"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">language</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["language"].value</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">startDate</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">row["DATETIME"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">stopDate</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">row["DATETIME"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">hourScale</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">true</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">selectedTargets</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["selectedTargets"].value</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">recipientType</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["recipientType"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">viewChart</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["viewChart"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">emmsession</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["emmsession"].value</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">sec</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["sec"].value</value>
                                                    </simple-property-list>
                                                </structure>
                                            </list-property>
                                        </structure>
                                    </list-property>
                                    <property name="inheritColumns">false</property>
                                    <property name="fontFamily">"Arial"</property>
                                    <property name="color">#707173</property>
                                    <property name="height">320px</property>
                                    <property name="width">780px</property>
                                    <property name="dataSet">MailingOpenersTimeBasedDataSet</property>
                                    <list-property name="boundDataColumns">
                                        <structure>
                                            <property name="name">DATETIME</property>
                                            <expression name="expression" type="javascript">dataSetRow["DATETIME"]</expression>
                                            <property name="dataType">date-time</property>
                                        </structure>
                                        <structure>
                                            <property name="name">OPENERS_UNIQUE</property>
                                            <expression name="expression" type="javascript">dataSetRow["OPENERS_UNIQUE"]</expression>
                                            <property name="dataType">integer</property>
                                        </structure>
                                        <structure>
                                            <property name="name">OPENINGS_GROSS</property>
                                            <expression name="expression" type="javascript">dataSetRow["OPENINGS_GROSS"]</expression>
                                            <property name="dataType">integer</property>
                                        </structure>
                                        <structure>
                                            <property name="name">TARGETGROUP</property>
                                            <expression name="expression" type="javascript">dataSetRow["TARGETGROUP"]</expression>
                                            <property name="dataType">string</property>
                                        </structure>
                                        <structure>
                                            <property name="name">DEVICECLASSID</property>
                                            <expression name="expression" type="javascript">dataSetRow["DEVICECLASSID"]</expression>
                                            <property name="dataType">integer</property>
                                        </structure>
                                        <structure>
                                            <property name="name">COLUMN_INDEX</property>
                                            <expression name="expression" type="javascript">dataSetRow["COLUMN_INDEX"]</expression>
                                            <property name="dataType">integer</property>
                                            <property name="allowExport">true</property>
                                        </structure>
                                    </list-property>
                                </extended-item>
                            </cell>
                        </row>
                    </grid>
                </cell>
            </row>
            <row id="670">
                <list-property name="visibility">
                    <structure>
                        <property name="format">all</property>
                        <expression name="valueExpr" type="javascript">params["selectedTargets"] == null || params["selectedTargets"] == ""</expression>
                    </structure>
                </list-property>
                <cell id="671">
                    <property name="style">full-width</property>
                    <property name="textAlign">left</property>
                    <grid name="openersUniqueDesktopGrid" id="678">
                        <property name="style">table</property>
                        <column id="679"/>
                        <row id="699">
                            <cell id="700">
                                <property name="style">report-title</property>
                                <property name="textAlign">center</property>
                                <text-data id="705">
                                    <property name="textAlign">left</property>
                                    <expression name="valueExpr">tr("OpeningsNet") + " (" + tr("report.device.desktop") + ")"</expression>
                                </text-data>
                            </cell>
                        </row>
                        <row id="680">
                            <cell id="681">
                                <property name="textAlign">center</property>
                                <extended-item extensionName="Chart" name="openersUniqueDesktopChart" id="687">
                                    <xml-property name="xmlRepresentation"><![CDATA[<model:ChartWithAxes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:attribute="http://www.birt.eclipse.org/ChartModelAttribute" xmlns:data="http://www.birt.eclipse.org/ChartModelData" xmlns:layout="http://www.birt.eclipse.org/ChartModelLayout" xmlns:model="http://www.birt.eclipse.org/ChartModel" xmlns:type="http://www.birt.eclipse.org/ChartModelType">
  <Version>2.6.1</Version>
  <Type>Bar Chart</Type>
  <SubType>Side-by-side</SubType>
  <Description>
    <Value></Value>
    <Font>
      <Alignment/>
    </Font>
  </Description>
  <Block>
    <Children xsi:type="layout:TitleBlock">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>false</Visible>
      <Label>
        <Caption>
          <Value>ClicksNetto</Value>
          <Font>
            <Name>Arial</Name>
            <Size>10.0</Size>
            <Bold>true</Bold>
            <Alignment>
              <horizontalAlignment>Center</horizontalAlignment>
              <verticalAlignment>Center</verticalAlignment>
            </Alignment>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>true</Visible>
      </Label>
    </Children>
    <Children xsi:type="layout:Plot">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <HorizontalSpacing>5</HorizontalSpacing>
      <VerticalSpacing>5</VerticalSpacing>
      <ClientArea>
        <Outline>
          <Style>Solid</Style>
          <Thickness>0</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>0.0</Left>
          <Bottom>0.0</Bottom>
          <Right>0.0</Right>
        </Insets>
      </ClientArea>
    </Children>
    <Children xsi:type="layout:Legend">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Stretch>Horizontal</Stretch>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <ClientArea>
        <Outline>
          <Style>Solid</Style>
          <Thickness>0</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>2.0</Top>
          <Left>2.0</Left>
          <Bottom>2.0</Bottom>
          <Right>2.0</Right>
        </Insets>
      </ClientArea>
      <Text>
        <Value></Value>
        <Font>
          <Name>Arial</Name>
          <Size>10.0</Size>
          <Alignment/>
        </Font>
        <Color>
          <Transparency>255</Transparency>
          <Red>45</Red>
          <Green>45</Green>
          <Blue>47</Blue>
        </Color>
      </Text>
      <Orientation>Horizontal</Orientation>
      <Direction>Left_Right</Direction>
      <Separator>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>true</Visible>
      </Separator>
      <Position>Below</Position>
      <ItemType>Series</ItemType>
      <Title>
        <Caption>
          <Value></Value>
          <Font>
            <Alignment/>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>false</Visible>
      </Title>
      <TitlePosition>Above</TitlePosition>
    </Children>
    <Bounds>
      <Left>0.0</Left>
      <Top>0.0</Top>
      <Width>585.0</Width>
      <Height>254.25</Height>
    </Bounds>
    <Insets>
      <Top>3.0</Top>
      <Left>3.0</Left>
      <Bottom>3.0</Bottom>
      <Right>3.0</Right>
    </Insets>
    <Row>-1</Row>
    <Column>-1</Column>
    <Rowspan>-1</Rowspan>
    <Columnspan>-1</Columnspan>
    <Outline>
      <Style>Solid</Style>
      <Thickness>1</Thickness>
      <Color>
        <Transparency>255</Transparency>
        <Red>0</Red>
        <Green>0</Green>
        <Blue>0</Blue>
      </Color>
      <Visible>false</Visible>
    </Outline>
    <Background xsi:type="attribute:ColorDefinition">
      <Transparency>0</Transparency>
      <Red>255</Red>
      <Green>255</Green>
      <Blue>255</Blue>
    </Background>
    <Visible>true</Visible>
  </Block>
  <Dimension>Two_Dimensional</Dimension>
  <Script>importPackage( Packages.org.eclipse.birt.chart.model.attribute );
importPackage( Packages.org.eclipse.birt.chart.model.attribute.impl );
importPackage( Packages.org.eclipse.birt.chart.model.data.impl );
importPackage( Packages.org.eclipse.birt.report.model.api.util );
importPackage( Packages.java.lang );


function beforeDrawAxisTitle( axis, label, icsc )
{
	if (label.getCaption().getValue() == &quot;xAxis&quot;) {
		reportContext =  icsc.getExternalContext().getObject(); 
		if (reportContext.getParameterValue(&quot;hourScale&quot;)==true) {
			xAxisTitle = Packages.com.agnitas.messages.I18nString.getLocaleString(&quot;Time&quot;, reportContext.getLocale())
		} else {
			xAxisTitle = Packages.com.agnitas.messages.I18nString.getLocaleString(&quot;settings.fieldType.DATE&quot;, reportContext.getLocale());
		}
		label.getCaption().setValue(xAxisTitle);
	}
}


/**
 * Called before generation of chart model to GeneratedChartState.
 * 
 * @param chart
 *            Chart
 * @param icsc
 *            IChartScriptContext
 */

function beforeGeneration( chart, icsc )
{
	reportContext = icsc.getExternalContext().getObject();
	
    chart.getEmptyMessage().getCaption().setValue(Packages.com.agnitas.messages.I18nString.getLocaleString(&quot;birt.noDataAvailable&quot;, reportContext.getLocale()));
	
	xAxis = chart.getBaseAxes()[0];
 	xAxis.setType(AxisType.DATE_TIME_LITERAL);
 	
 	if (reportContext.getParameterValue(&quot;hourScale&quot;)==true) {
		 xAxis.setFormatSpecifier(JavaDateFormatSpecifierImpl.create(&quot;HH:mm&quot;));
	}
	
	if  (reportContext.getParameterValue(&quot;hourScale&quot;)==false ) {
		 xAxis.setFormatSpecifier(JavaDateFormatSpecifierImpl.create(&quot;dd-MM-yyyy&quot;));
	}
	
}

</Script>
  <Units>Points</Units>
  <SeriesThickness>10.0</SeriesThickness>
  <ExtendedProperties>
    <Name>enable.area.alt</Name>
    <Value>false</Value>
  </ExtendedProperties>
  <SampleData>
    <BaseSampleData>
      <DataSetRepresentation>01/05/2000,02/01/2000,04/12/2000,03/12/2000,02/29/2000</DataSetRepresentation>
    </BaseSampleData>
    <OrthogonalSampleData>
      <DataSetRepresentation>10.0,8.0,24.0</DataSetRepresentation>
      <SeriesDefinitionIndex>0</SeriesDefinitionIndex>
    </OrthogonalSampleData>
  </SampleData>
  <Interactivity/>
  <EmptyMessage>
    <Caption>
      <Value></Value>
      <Font>
        <Alignment>
          <horizontalAlignment>Center</horizontalAlignment>
          <verticalAlignment>Center</verticalAlignment>
        </Alignment>
      </Font>
    </Caption>
    <Background xsi:type="attribute:ColorDefinition">
      <Transparency>0</Transparency>
      <Red>255</Red>
      <Green>255</Green>
      <Blue>255</Blue>
    </Background>
    <Outline>
      <Style>Solid</Style>
      <Thickness>1</Thickness>
      <Color>
        <Transparency>255</Transparency>
        <Red>0</Red>
        <Green>0</Green>
        <Blue>0</Blue>
      </Color>
      <Visible>true</Visible>
    </Outline>
    <Insets>
      <Top>0.0</Top>
      <Left>2.0</Left>
      <Bottom>0.0</Bottom>
      <Right>3.0</Right>
    </Insets>
    <Visible>true</Visible>
  </EmptyMessage>
  <Axes>
    <Type>DateTime</Type>
    <Title>
      <Caption>
        <Value>xAxis</Value>
        <Font>
          <Name>Arial</Name>
          <Size>10.0</Size>
          <Bold>false</Bold>
          <Alignment>
            <horizontalAlignment>Center</horizontalAlignment>
            <verticalAlignment>Center</verticalAlignment>
          </Alignment>
          <Rotation>0.0</Rotation>
        </Font>
      </Caption>
      <Background xsi:type="attribute:ColorDefinition">
        <Transparency>0</Transparency>
        <Red>255</Red>
        <Green>255</Green>
        <Blue>255</Blue>
      </Background>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
      </Outline>
      <Insets>
        <Top>0.0</Top>
        <Left>450.0</Left>
        <Bottom>0.0</Bottom>
        <Right>4.0</Right>
      </Insets>
      <Visible>true</Visible>
    </Title>
    <TitlePosition>Below</TitlePosition>
    <AssociatedAxes>
      <Type>Linear</Type>
      <Title>
        <Caption>
          <Value>ClicksBrutto=ClicksBrutto</Value>
          <Font>
            <Name>SansSerif</Name>
            <Size>8.0</Size>
            <Bold>true</Bold>
            <Alignment>
              <horizontalAlignment>Right</horizontalAlignment>
              <verticalAlignment>Bottom</verticalAlignment>
            </Alignment>
            <Rotation>90.0</Rotation>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>2.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>false</Visible>
      </Title>
      <TitlePosition>Left</TitlePosition>
      <SeriesDefinitions>
        <Query>
          <Definition>row[&quot;TARGETGROUP&quot;]</Definition>
          <Grouping>
            <GroupType>Text</GroupType>
          </Grouping>
        </Query>
        <SeriesPalette>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>113</Green>
            <Blue>185</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>155</Green>
            <Blue>255</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>99</Red>
            <Green>194</Green>
            <Blue>255</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>85</Green>
            <Blue>138</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>146</Red>
            <Green>208</Green>
            <Blue>79</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>105</Red>
            <Green>161</Green>
            <Blue>41</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>65</Red>
            <Green>100</Green>
            <Blue>26</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>153</Green>
            <Blue>153</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>100</Green>
            <Blue>100</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>124</Red>
            <Green>0</Green>
            <Blue>168</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>169</Red>
            <Green>26</Green>
            <Blue>26</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>223</Red>
            <Green>56</Green>
            <Blue>56</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>245</Red>
            <Green>118</Green>
            <Blue>14</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>192</Green>
            <Blue>0</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>0</Blue>
          </Entries>
        </SeriesPalette>
        <Series xsi:type="type:BarSeries">
          <Visible>true</Visible>
          <Label>
            <Caption>
              <Value></Value>
              <Font>
                <Name>Arial</Name>
                <Size>10.0</Size>
                <Bold>true</Bold>
                <Alignment/>
                <Rotation>90.0</Rotation>
              </Font>
              <Color>
                <Transparency>255</Transparency>
                <Red>0</Red>
                <Green>0</Green>
                <Blue>0</Blue>
              </Color>
            </Caption>
            <Background xsi:type="attribute:ColorDefinition">
              <Transparency>0</Transparency>
              <Red>255</Red>
              <Green>255</Green>
              <Blue>255</Blue>
            </Background>
            <Outline>
              <Style>Solid</Style>
              <Thickness>1</Thickness>
              <Color>
                <Transparency>255</Transparency>
                <Red>0</Red>
                <Green>0</Green>
                <Blue>0</Blue>
              </Color>
              <Visible>false</Visible>
            </Outline>
            <Insets>
              <Top>0.0</Top>
              <Left>8.0</Left>
              <Bottom>0.0</Bottom>
              <Right>0.0</Right>
            </Insets>
            <Visible>true</Visible>
          </Label>
          <DataDefinition>
            <Definition>row[&quot;OPENERS_UNIQUE&quot;]</Definition>
            <Grouping>
              <GroupType>Text</GroupType>
              <AggregateExpression>Sum</AggregateExpression>
            </Grouping>
          </DataDefinition>
          <SeriesIdentifier>ClicksBrutto=OpeningsNetto</SeriesIdentifier>
          <DataPoint>
            <Components>
              <Type>Orthogonal_Value</Type>
            </Components>
            <Separator>, </Separator>
          </DataPoint>
          <LabelPosition>Outside</LabelPosition>
          <Stacked>false</Stacked>
          <Triggers>
            <Condition>onclick</Condition>
            <Action>
              <Type>URL_Redirect</Type>
              <Value xsi:type="attribute:MultiURLValues">
                <URLValues>
                  <Label>
                    <Caption>
                      <Value>drill-through hours</Value>
                    </Caption>
                  </Label>
                  <BaseUrl>&lt;structure>
    &lt;property name=&quot;linkType&quot;>drill-through&lt;/property>
    &lt;property name=&quot;reportName&quot;>mailing_openers_progress.rptdesign&lt;/property>
    &lt;property name=&quot;targetBookmarkType&quot;>bookmark&lt;/property>
    &lt;property name=&quot;targetWindow&quot;>_self&lt;/property>
    &lt;property name=&quot;targetFileType&quot;>report-design&lt;/property>
    &lt;list-property name=&quot;paramBindings&quot;>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>companyID&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>&quot;&quot; + params[&quot;companyID&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>mailingID&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>&quot;&quot; + params[&quot;mailingID&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>language&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;language&quot;].value&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>startDate&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>row[&quot;DATETIME&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>stopDate&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>row[&quot;DATETIME&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>hourScale&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>true&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>selectedTargets&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;selectedTargets&quot;].value&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>recipientType&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;recipientType&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>viewChart&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;viewChart&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>emmsession&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;emmsession&quot;].value&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>sec&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;sec&quot;].value&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
    &lt;/list-property>
&lt;/structure>
</BaseUrl>
                  <BaseParameterName></BaseParameterName>
                  <ValueParameterName></ValueParameterName>
                  <SeriesParameterName></SeriesParameterName>
                </URLValues>
                <PropertiesMap>
                  <Key>Menu</Key>
                  <Value>zIndex:99999;backgroundColor:#FAFFF8;width:auto;height:auto;border:1px solid #333333;filter:progid:DXImageTransform.Microsoft.Shadow(Color:#333333,Direction=120,strength=5)</Value>
                </PropertiesMap>
                <PropertiesMap>
                  <Key>OnMouseOut</Key>
                  <Value>backgroundColor:#FAFFF8;color:#000000</Value>
                </PropertiesMap>
                <PropertiesMap>
                  <Key>OnMouseOver</Key>
                  <Value>backgroundColor:#245DDB;color:#FFFFFF</Value>
                </PropertiesMap>
                <PropertiesMap>
                  <Key>MenuItem</Key>
                  <Value>color:Black;fontSize:10pt;paddingLeft:10px;paddingRight:10px;paddingTop:2px;paddingBottom:2px</Value>
                </PropertiesMap>
              </Value>
            </Action>
          </Triggers>
          <Cursor>
            <Type>Pointer</Type>
          </Cursor>
          <Riser>Rectangle</Riser>
        </Series>
        <Grouping>
          <Enabled>false</Enabled>
          <GroupingInterval>1.0</GroupingInterval>
          <GroupType>Text</GroupType>
          <AggregateExpression>Sum</AggregateExpression>
        </Grouping>
        <Sorting>Ascending</Sorting>
        <SortKey>
          <Definition>row[&quot;COLUMN_INDEX&quot;]</Definition>
        </SortKey>
      </SeriesDefinitions>
      <Orientation>Vertical</Orientation>
      <LineAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </LineAttributes>
      <Label>
        <Caption>
          <Value></Value>
          <Font>
            <Name>Arial</Name>
            <Size>10.0</Size>
            <Alignment/>
          </Font>
          <Color>
            <Transparency>255</Transparency>
            <Red>45</Red>
            <Green>45</Green>
            <Blue>47</Blue>
          </Color>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>true</Visible>
      </Label>
      <LabelPosition>Left</LabelPosition>
      <MajorGrid>
        <LineAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>196</Red>
            <Green>196</Green>
            <Blue>196</Blue>
          </Color>
          <Visible>true</Visible>
        </LineAttributes>
        <TickStyle>Across</TickStyle>
        <TickAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>154</Red>
            <Green>154</Green>
            <Blue>154</Blue>
          </Color>
          <Visible>true</Visible>
        </TickAttributes>
      </MajorGrid>
      <MinorGrid>
        <LineAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>225</Red>
            <Green>225</Green>
            <Blue>225</Blue>
          </Color>
          <Visible>false</Visible>
        </LineAttributes>
        <TickStyle>Across</TickStyle>
        <TickAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>225</Red>
            <Green>225</Green>
            <Blue>225</Blue>
          </Color>
          <Visible>false</Visible>
        </TickAttributes>
      </MinorGrid>
      <Scale>
        <Min xsi:type="data:NumberDataElement">
          <Value>0.0</Value>
        </Min>
        <MinorGridsPerUnit>5</MinorGridsPerUnit>
        <AutoExpand>true</AutoExpand>
      </Scale>
      <Origin>
        <Type>Min</Type>
        <Value xsi:type="data:NumberDataElement">
          <Value>0.0</Value>
        </Value>
      </Origin>
      <PrimaryAxis>true</PrimaryAxis>
      <Percent>false</Percent>
    </AssociatedAxes>
    <SeriesDefinitions>
      <Query>
        <Definition></Definition>
      </Query>
      <SeriesPalette>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>80</Red>
          <Green>166</Green>
          <Blue>218</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>242</Red>
          <Green>88</Green>
          <Blue>106</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>232</Red>
          <Green>172</Green>
          <Blue>57</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>255</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>64</Red>
          <Green>128</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>170</Red>
          <Green>85</Green>
          <Blue>85</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>0</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>192</Red>
          <Green>192</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>192</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>7</Red>
          <Green>146</Green>
          <Blue>94</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>128</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>128</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>0</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>64</Green>
          <Blue>64</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>64</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>80</Red>
          <Green>240</Green>
          <Blue>120</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>64</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>0</Green>
          <Blue>64</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>0</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>64</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>64</Green>
          <Blue>0</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>0</Blue>
        </Entries>
      </SeriesPalette>
      <Series>
        <Visible>true</Visible>
        <Label>
          <Caption>
            <Value></Value>
            <Font>
              <Alignment/>
            </Font>
          </Caption>
          <Background xsi:type="attribute:ColorDefinition">
            <Transparency>0</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>255</Blue>
          </Background>
          <Outline>
            <Style>Solid</Style>
            <Thickness>1</Thickness>
            <Color>
              <Transparency>255</Transparency>
              <Red>0</Red>
              <Green>0</Green>
              <Blue>0</Blue>
            </Color>
            <Visible>false</Visible>
          </Outline>
          <Insets>
            <Top>0.0</Top>
            <Left>2.0</Left>
            <Bottom>0.0</Bottom>
            <Right>3.0</Right>
          </Insets>
          <Visible>false</Visible>
        </Label>
        <DataDefinition>
          <Definition>row[&quot;DATETIME&quot;]</Definition>
        </DataDefinition>
        <SeriesIdentifier></SeriesIdentifier>
        <DataPoint>
          <Components>
            <Type>Orthogonal_Value</Type>
          </Components>
          <Separator>, </Separator>
        </DataPoint>
        <LabelPosition>Outside</LabelPosition>
        <Stacked>false</Stacked>
      </Series>
      <Grouping>
        <Enabled>true</Enabled>
        <GroupingInterval>1.0</GroupingInterval>
        <GroupType>Text</GroupType>
        <AggregateExpression>Sum</AggregateExpression>
      </Grouping>
    </SeriesDefinitions>
    <Orientation>Horizontal</Orientation>
    <LineAttributes>
      <Style>Solid</Style>
      <Thickness>1</Thickness>
      <Color>
        <Transparency>255</Transparency>
        <Red>154</Red>
        <Green>154</Green>
        <Blue>154</Blue>
      </Color>
      <Visible>true</Visible>
    </LineAttributes>
    <Label>
      <Caption>
        <Value></Value>
        <Font>
          <Name>Arial</Name>
          <Size>10.0</Size>
          <Alignment/>
        </Font>
        <Color>
          <Transparency>255</Transparency>
          <Red>45</Red>
          <Green>45</Green>
          <Blue>47</Blue>
        </Color>
      </Caption>
      <Background xsi:type="attribute:ColorDefinition">
        <Transparency>0</Transparency>
        <Red>255</Red>
        <Green>255</Green>
        <Blue>255</Blue>
      </Background>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
      </Outline>
      <Insets>
        <Top>0.0</Top>
        <Left>2.0</Left>
        <Bottom>0.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Visible>true</Visible>
    </Label>
    <FormatSpecifier xsi:type="attribute:JavaDateFormatSpecifier">
      <Pattern>HH</Pattern>
    </FormatSpecifier>
    <LabelPosition>Below</LabelPosition>
    <MajorGrid>
      <LineAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>196</Red>
          <Green>196</Green>
          <Blue>196</Blue>
        </Color>
        <Visible>false</Visible>
      </LineAttributes>
      <TickStyle>Across</TickStyle>
      <TickAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>154</Red>
          <Green>154</Green>
          <Blue>154</Blue>
        </Color>
        <Visible>true</Visible>
      </TickAttributes>
    </MajorGrid>
    <MinorGrid>
      <LineAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>225</Red>
          <Green>225</Green>
          <Blue>225</Blue>
        </Color>
        <Visible>false</Visible>
      </LineAttributes>
      <TickStyle>Across</TickStyle>
      <TickAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>225</Red>
          <Green>225</Green>
          <Blue>225</Blue>
        </Color>
        <Visible>false</Visible>
      </TickAttributes>
    </MinorGrid>
    <Scale>
      <MinorGridsPerUnit>5</MinorGridsPerUnit>
    </Scale>
    <Origin>
      <Type>Min</Type>
      <Value xsi:type="data:NumberDataElement">
        <Value>0.0</Value>
      </Value>
    </Origin>
    <PrimaryAxis>true</PrimaryAxis>
    <CategoryAxis>true</CategoryAxis>
    <Percent>false</Percent>
  </Axes>
  <WallFill xsi:type="attribute:ColorDefinition">
    <Transparency>0</Transparency>
    <Red>255</Red>
    <Green>255</Green>
    <Blue>255</Blue>
  </WallFill>
  <FloorFill xsi:type="attribute:ColorDefinition">
    <Transparency>255</Transparency>
    <Red>192</Red>
    <Green>192</Green>
    <Blue>192</Blue>
  </FloorFill>
  <Orientation>Vertical</Orientation>
  <UnitSpacing>50.0</UnitSpacing>
  <Rotation/>
</model:ChartWithAxes>
]]></xml-property>
                                    <property name="outputFormat">SVG</property>
                                    <list-property name="action">
                                        <structure>
                                            <property name="targetWindow">_self</property>
                                            <property name="linkType">drill-through</property>
                                            <property name="targetFileType">report-design</property>
                                            <property name="targetBookmarkType">bookmark</property>
                                            <property name="reportName">mailing_openers_progress.rptdesign</property>
                                            <list-property name="paramBindings">
                                                <structure>
                                                    <property name="paramName">companyID</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">"" + params["companyID"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">mailingID</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">"" + params["mailingID"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">language</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["language"].value</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">startDate</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">row["DATETIME"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">stopDate</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">row["DATETIME"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">hourScale</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">true</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">selectedTargets</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["selectedTargets"].value</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">recipientType</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["recipientType"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">viewChart</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["viewChart"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">emmsession</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["emmsession"].value</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">sec</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["sec"].value</value>
                                                    </simple-property-list>
                                                </structure>
                                            </list-property>
                                        </structure>
                                    </list-property>
                                    <list-property name="filter">
                                        <structure>
                                            <property name="operator">eq</property>
                                            <expression name="expr" type="javascript">row["DEVICECLASSID"]</expression>
                                            <simple-property-list name="value1">
                                                <value>1</value>
                                            </simple-property-list>
                                            <property name="updateAggregation">true</property>
                                        </structure>
                                    </list-property>
                                    <property name="inheritColumns">false</property>
                                    <property name="fontFamily">"Arial"</property>
                                    <property name="color">#707173</property>
                                    <property name="height">320px</property>
                                    <property name="width">780px</property>
                                    <property name="dataSet">MailingOpenersTimeBasedDataSet</property>
                                    <list-property name="boundDataColumns">
                                        <structure>
                                            <property name="name">DATETIME</property>
                                            <expression name="expression" type="javascript">dataSetRow["DATETIME"]</expression>
                                            <property name="dataType">date-time</property>
                                        </structure>
                                        <structure>
                                            <property name="name">OPENERS_UNIQUE</property>
                                            <expression name="expression" type="javascript">dataSetRow["OPENERS_UNIQUE"]</expression>
                                            <property name="dataType">integer</property>
                                        </structure>
                                        <structure>
                                            <property name="name">OPENINGS_GROSS</property>
                                            <expression name="expression" type="javascript">dataSetRow["OPENINGS_GROSS"]</expression>
                                            <property name="dataType">integer</property>
                                        </structure>
                                        <structure>
                                            <property name="name">TARGETGROUP</property>
                                            <expression name="expression" type="javascript">dataSetRow["TARGETGROUP"]</expression>
                                            <property name="dataType">string</property>
                                        </structure>
                                        <structure>
                                            <property name="name">DEVICECLASSID</property>
                                            <expression name="expression" type="javascript">dataSetRow["DEVICECLASSID"]</expression>
                                            <property name="dataType">integer</property>
                                        </structure>
                                        <structure>
                                            <property name="name">COLUMN_INDEX</property>
                                            <expression name="expression" type="javascript">dataSetRow["COLUMN_INDEX"]</expression>
                                            <property name="dataType">integer</property>
                                            <property name="allowExport">false</property>
                                        </structure>
                                    </list-property>
                                </extended-item>
                            </cell>
                        </row>
                    </grid>
                </cell>
            </row>
            <row id="709">
                <list-property name="visibility">
                    <structure>
                        <property name="format">all</property>
                        <expression name="valueExpr" type="javascript">params["selectedTargets"] == null || params["selectedTargets"] == ""</expression>
                    </structure>
                </list-property>
                <cell id="710">
                    <property name="style">full-width</property>
                    <property name="textAlign">left</property>
                    <grid name="openersUniqueMobileGrid" id="711">
                        <property name="style">table</property>
                        <column id="712"/>
                        <row id="713">
                            <cell id="714">
                                <property name="style">report-title</property>
                                <property name="textAlign">center</property>
                                <text-data id="715">
                                    <property name="textAlign">left</property>
                                    <expression name="valueExpr">tr("OpeningsNet") + " (" + tr("report.device.mobile") + ")"</expression>
                                </text-data>
                            </cell>
                        </row>
                        <row id="716">
                            <cell id="717">
                                <property name="textAlign">center</property>
                                <extended-item extensionName="Chart" name="openersUniqueMobileChart" id="749">
                                    <xml-property name="xmlRepresentation"><![CDATA[<model:ChartWithAxes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:attribute="http://www.birt.eclipse.org/ChartModelAttribute" xmlns:data="http://www.birt.eclipse.org/ChartModelData" xmlns:layout="http://www.birt.eclipse.org/ChartModelLayout" xmlns:model="http://www.birt.eclipse.org/ChartModel" xmlns:type="http://www.birt.eclipse.org/ChartModelType">
  <Version>2.6.1</Version>
  <Type>Bar Chart</Type>
  <SubType>Side-by-side</SubType>
  <Description>
    <Value></Value>
    <Font>
      <Alignment/>
    </Font>
  </Description>
  <Block>
    <Children xsi:type="layout:TitleBlock">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>false</Visible>
      <Label>
        <Caption>
          <Value>ClicksNetto</Value>
          <Font>
            <Name>Arial</Name>
            <Size>10.0</Size>
            <Bold>true</Bold>
            <Alignment>
              <horizontalAlignment>Center</horizontalAlignment>
              <verticalAlignment>Center</verticalAlignment>
            </Alignment>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>true</Visible>
      </Label>
    </Children>
    <Children xsi:type="layout:Plot">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <HorizontalSpacing>5</HorizontalSpacing>
      <VerticalSpacing>5</VerticalSpacing>
      <ClientArea>
        <Outline>
          <Style>Solid</Style>
          <Thickness>0</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>0.0</Left>
          <Bottom>0.0</Bottom>
          <Right>0.0</Right>
        </Insets>
      </ClientArea>
    </Children>
    <Children xsi:type="layout:Legend">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Stretch>Horizontal</Stretch>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <ClientArea>
        <Outline>
          <Style>Solid</Style>
          <Thickness>0</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>2.0</Top>
          <Left>2.0</Left>
          <Bottom>2.0</Bottom>
          <Right>2.0</Right>
        </Insets>
      </ClientArea>
      <Text>
        <Value></Value>
        <Font>
          <Name>Arial</Name>
          <Size>10.0</Size>
          <Alignment/>
        </Font>
        <Color>
          <Transparency>255</Transparency>
          <Red>45</Red>
          <Green>45</Green>
          <Blue>47</Blue>
        </Color>
      </Text>
      <Orientation>Horizontal</Orientation>
      <Direction>Left_Right</Direction>
      <Separator>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>true</Visible>
      </Separator>
      <Position>Below</Position>
      <ItemType>Series</ItemType>
      <Title>
        <Caption>
          <Value></Value>
          <Font>
            <Alignment/>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>false</Visible>
      </Title>
      <TitlePosition>Above</TitlePosition>
    </Children>
    <Bounds>
      <Left>0.0</Left>
      <Top>0.0</Top>
      <Width>585.0</Width>
      <Height>254.25</Height>
    </Bounds>
    <Insets>
      <Top>3.0</Top>
      <Left>3.0</Left>
      <Bottom>3.0</Bottom>
      <Right>3.0</Right>
    </Insets>
    <Row>-1</Row>
    <Column>-1</Column>
    <Rowspan>-1</Rowspan>
    <Columnspan>-1</Columnspan>
    <Outline>
      <Style>Solid</Style>
      <Thickness>1</Thickness>
      <Color>
        <Transparency>255</Transparency>
        <Red>0</Red>
        <Green>0</Green>
        <Blue>0</Blue>
      </Color>
      <Visible>false</Visible>
    </Outline>
    <Background xsi:type="attribute:ColorDefinition">
      <Transparency>0</Transparency>
      <Red>255</Red>
      <Green>255</Green>
      <Blue>255</Blue>
    </Background>
    <Visible>true</Visible>
  </Block>
  <Dimension>Two_Dimensional</Dimension>
  <Script>importPackage( Packages.org.eclipse.birt.chart.model.attribute );
importPackage( Packages.org.eclipse.birt.chart.model.attribute.impl );
importPackage( Packages.org.eclipse.birt.chart.model.data.impl );
importPackage( Packages.org.eclipse.birt.report.model.api.util );
importPackage( Packages.java.lang );


function beforeDrawAxisTitle( axis, label, icsc )
{
	if (label.getCaption().getValue() == &quot;xAxis&quot;) {
		reportContext =  icsc.getExternalContext().getObject(); 
		if (reportContext.getParameterValue(&quot;hourScale&quot;)==true) {
			xAxisTitle = Packages.com.agnitas.messages.I18nString.getLocaleString(&quot;Time&quot;, reportContext.getLocale())
		} else {
			xAxisTitle = Packages.com.agnitas.messages.I18nString.getLocaleString(&quot;settings.fieldType.DATE&quot;, reportContext.getLocale());
		}
		label.getCaption().setValue(xAxisTitle);
	}
}


/**
 * Called before generation of chart model to GeneratedChartState.
 * 
 * @param chart
 *            Chart
 * @param icsc
 *            IChartScriptContext
 */

function beforeGeneration( chart, icsc )
{
	reportContext = icsc.getExternalContext().getObject();
	
    chart.getEmptyMessage().getCaption().setValue(Packages.com.agnitas.messages.I18nString.getLocaleString(&quot;birt.noDataAvailable&quot;, reportContext.getLocale()));
	
	xAxis = chart.getBaseAxes()[0];
 	xAxis.setType(AxisType.DATE_TIME_LITERAL);
 	
 	if (reportContext.getParameterValue(&quot;hourScale&quot;)==true) {
		 xAxis.setFormatSpecifier(JavaDateFormatSpecifierImpl.create(&quot;HH:mm&quot;));
	}
	
	if  (reportContext.getParameterValue(&quot;hourScale&quot;)==false ) {
		 xAxis.setFormatSpecifier(JavaDateFormatSpecifierImpl.create(&quot;dd-MM-yyyy&quot;));
	}
	
}

</Script>
  <Units>Points</Units>
  <SeriesThickness>10.0</SeriesThickness>
  <ExtendedProperties>
    <Name>enable.area.alt</Name>
    <Value>false</Value>
  </ExtendedProperties>
  <SampleData>
    <BaseSampleData>
      <DataSetRepresentation>01/05/2000,02/01/2000,04/12/2000,03/12/2000,02/29/2000</DataSetRepresentation>
    </BaseSampleData>
    <OrthogonalSampleData>
      <DataSetRepresentation>10.0,8.0,24.0</DataSetRepresentation>
      <SeriesDefinitionIndex>0</SeriesDefinitionIndex>
    </OrthogonalSampleData>
  </SampleData>
  <Interactivity/>
  <EmptyMessage>
    <Caption>
      <Value></Value>
      <Font>
        <Alignment>
          <horizontalAlignment>Center</horizontalAlignment>
          <verticalAlignment>Center</verticalAlignment>
        </Alignment>
      </Font>
    </Caption>
    <Background xsi:type="attribute:ColorDefinition">
      <Transparency>0</Transparency>
      <Red>255</Red>
      <Green>255</Green>
      <Blue>255</Blue>
    </Background>
    <Outline>
      <Style>Solid</Style>
      <Thickness>1</Thickness>
      <Color>
        <Transparency>255</Transparency>
        <Red>0</Red>
        <Green>0</Green>
        <Blue>0</Blue>
      </Color>
      <Visible>true</Visible>
    </Outline>
    <Insets>
      <Top>0.0</Top>
      <Left>2.0</Left>
      <Bottom>0.0</Bottom>
      <Right>3.0</Right>
    </Insets>
    <Visible>true</Visible>
  </EmptyMessage>
  <Axes>
    <Type>DateTime</Type>
    <Title>
      <Caption>
        <Value>xAxis</Value>
        <Font>
          <Name>Arial</Name>
          <Size>10.0</Size>
          <Bold>false</Bold>
          <Alignment>
            <horizontalAlignment>Center</horizontalAlignment>
            <verticalAlignment>Center</verticalAlignment>
          </Alignment>
          <Rotation>0.0</Rotation>
        </Font>
      </Caption>
      <Background xsi:type="attribute:ColorDefinition">
        <Transparency>0</Transparency>
        <Red>255</Red>
        <Green>255</Green>
        <Blue>255</Blue>
      </Background>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
      </Outline>
      <Insets>
        <Top>0.0</Top>
        <Left>450.0</Left>
        <Bottom>0.0</Bottom>
        <Right>4.0</Right>
      </Insets>
      <Visible>true</Visible>
    </Title>
    <TitlePosition>Below</TitlePosition>
    <AssociatedAxes>
      <Type>Linear</Type>
      <Title>
        <Caption>
          <Value>ClicksBrutto=ClicksBrutto</Value>
          <Font>
            <Name>SansSerif</Name>
            <Size>8.0</Size>
            <Bold>true</Bold>
            <Alignment>
              <horizontalAlignment>Right</horizontalAlignment>
              <verticalAlignment>Bottom</verticalAlignment>
            </Alignment>
            <Rotation>90.0</Rotation>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>2.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>false</Visible>
      </Title>
      <TitlePosition>Left</TitlePosition>
      <SeriesDefinitions>
        <Query>
          <Definition>row[&quot;TARGETGROUP&quot;]</Definition>
          <Grouping>
            <GroupType>Text</GroupType>
          </Grouping>
        </Query>
        <SeriesPalette>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>113</Green>
            <Blue>185</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>155</Green>
            <Blue>255</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>99</Red>
            <Green>194</Green>
            <Blue>255</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>85</Green>
            <Blue>138</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>146</Red>
            <Green>208</Green>
            <Blue>79</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>105</Red>
            <Green>161</Green>
            <Blue>41</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>65</Red>
            <Green>100</Green>
            <Blue>26</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>153</Green>
            <Blue>153</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>100</Green>
            <Blue>100</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>124</Red>
            <Green>0</Green>
            <Blue>168</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>169</Red>
            <Green>26</Green>
            <Blue>26</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>223</Red>
            <Green>56</Green>
            <Blue>56</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>245</Red>
            <Green>118</Green>
            <Blue>14</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>192</Green>
            <Blue>0</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>0</Blue>
          </Entries>
        </SeriesPalette>
        <Series xsi:type="type:BarSeries">
          <Visible>true</Visible>
          <Label>
            <Caption>
              <Value></Value>
              <Font>
                <Name>Arial</Name>
                <Size>10.0</Size>
                <Bold>true</Bold>
                <Alignment/>
                <Rotation>90.0</Rotation>
              </Font>
              <Color>
                <Transparency>255</Transparency>
                <Red>0</Red>
                <Green>0</Green>
                <Blue>0</Blue>
              </Color>
            </Caption>
            <Background xsi:type="attribute:ColorDefinition">
              <Transparency>0</Transparency>
              <Red>255</Red>
              <Green>255</Green>
              <Blue>255</Blue>
            </Background>
            <Outline>
              <Style>Solid</Style>
              <Thickness>1</Thickness>
              <Color>
                <Transparency>255</Transparency>
                <Red>0</Red>
                <Green>0</Green>
                <Blue>0</Blue>
              </Color>
              <Visible>false</Visible>
            </Outline>
            <Insets>
              <Top>0.0</Top>
              <Left>8.0</Left>
              <Bottom>0.0</Bottom>
              <Right>0.0</Right>
            </Insets>
            <Visible>true</Visible>
          </Label>
          <DataDefinition>
            <Definition>row[&quot;OPENERS_UNIQUE&quot;]</Definition>
            <Grouping>
              <GroupType>Text</GroupType>
              <AggregateExpression>Sum</AggregateExpression>
            </Grouping>
          </DataDefinition>
          <SeriesIdentifier>ClicksBrutto=OpeningsNetto</SeriesIdentifier>
          <DataPoint>
            <Components>
              <Type>Orthogonal_Value</Type>
            </Components>
            <Separator>, </Separator>
          </DataPoint>
          <LabelPosition>Outside</LabelPosition>
          <Stacked>false</Stacked>
          <Triggers>
            <Condition>onclick</Condition>
            <Action>
              <Type>URL_Redirect</Type>
              <Value xsi:type="attribute:MultiURLValues">
                <URLValues>
                  <Label>
                    <Caption>
                      <Value>drill-through hours</Value>
                    </Caption>
                  </Label>
                  <BaseUrl>&lt;structure>
    &lt;property name=&quot;linkType&quot;>drill-through&lt;/property>
    &lt;property name=&quot;reportName&quot;>mailing_openers_progress.rptdesign&lt;/property>
    &lt;property name=&quot;targetBookmarkType&quot;>bookmark&lt;/property>
    &lt;property name=&quot;targetWindow&quot;>_self&lt;/property>
    &lt;property name=&quot;targetFileType&quot;>report-design&lt;/property>
    &lt;list-property name=&quot;paramBindings&quot;>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>companyID&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>&quot;&quot; + params[&quot;companyID&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>mailingID&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>&quot;&quot; + params[&quot;mailingID&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>language&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;language&quot;].value&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>startDate&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>row[&quot;DATETIME&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>stopDate&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>row[&quot;DATETIME&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>hourScale&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>true&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>selectedTargets&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;selectedTargets&quot;].value&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>recipientType&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;recipientType&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>viewChart&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;viewChart&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>emmsession&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;emmsession&quot;].value&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>sec&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;sec&quot;].value&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
    &lt;/list-property>
&lt;/structure>
</BaseUrl>
                  <BaseParameterName></BaseParameterName>
                  <ValueParameterName></ValueParameterName>
                  <SeriesParameterName></SeriesParameterName>
                </URLValues>
                <PropertiesMap>
                  <Key>Menu</Key>
                  <Value>zIndex:99999;backgroundColor:#FAFFF8;width:auto;height:auto;border:1px solid #333333;filter:progid:DXImageTransform.Microsoft.Shadow(Color:#333333,Direction=120,strength=5)</Value>
                </PropertiesMap>
                <PropertiesMap>
                  <Key>OnMouseOut</Key>
                  <Value>backgroundColor:#FAFFF8;color:#000000</Value>
                </PropertiesMap>
                <PropertiesMap>
                  <Key>OnMouseOver</Key>
                  <Value>backgroundColor:#245DDB;color:#FFFFFF</Value>
                </PropertiesMap>
                <PropertiesMap>
                  <Key>MenuItem</Key>
                  <Value>color:Black;fontSize:10pt;paddingLeft:10px;paddingRight:10px;paddingTop:2px;paddingBottom:2px</Value>
                </PropertiesMap>
              </Value>
            </Action>
          </Triggers>
          <Cursor>
            <Type>Pointer</Type>
          </Cursor>
          <Riser>Rectangle</Riser>
        </Series>
        <Grouping>
          <Enabled>false</Enabled>
          <GroupingInterval>1.0</GroupingInterval>
          <GroupType>Text</GroupType>
          <AggregateExpression>Sum</AggregateExpression>
        </Grouping>
        <Sorting>Ascending</Sorting>
        <SortKey>
          <Definition>row[&quot;COLUMN_INDEX&quot;]</Definition>
        </SortKey>
      </SeriesDefinitions>
      <Orientation>Vertical</Orientation>
      <LineAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </LineAttributes>
      <Label>
        <Caption>
          <Value></Value>
          <Font>
            <Name>Arial</Name>
            <Size>10.0</Size>
            <Alignment/>
          </Font>
          <Color>
            <Transparency>255</Transparency>
            <Red>45</Red>
            <Green>45</Green>
            <Blue>47</Blue>
          </Color>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>true</Visible>
      </Label>
      <LabelPosition>Left</LabelPosition>
      <MajorGrid>
        <LineAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>196</Red>
            <Green>196</Green>
            <Blue>196</Blue>
          </Color>
          <Visible>true</Visible>
        </LineAttributes>
        <TickStyle>Across</TickStyle>
        <TickAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>154</Red>
            <Green>154</Green>
            <Blue>154</Blue>
          </Color>
          <Visible>true</Visible>
        </TickAttributes>
      </MajorGrid>
      <MinorGrid>
        <LineAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>225</Red>
            <Green>225</Green>
            <Blue>225</Blue>
          </Color>
          <Visible>false</Visible>
        </LineAttributes>
        <TickStyle>Across</TickStyle>
        <TickAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>225</Red>
            <Green>225</Green>
            <Blue>225</Blue>
          </Color>
          <Visible>false</Visible>
        </TickAttributes>
      </MinorGrid>
      <Scale>
        <Min xsi:type="data:NumberDataElement">
          <Value>0.0</Value>
        </Min>
        <MinorGridsPerUnit>5</MinorGridsPerUnit>
        <AutoExpand>true</AutoExpand>
      </Scale>
      <Origin>
        <Type>Min</Type>
        <Value xsi:type="data:NumberDataElement">
          <Value>0.0</Value>
        </Value>
      </Origin>
      <PrimaryAxis>true</PrimaryAxis>
      <Percent>false</Percent>
    </AssociatedAxes>
    <SeriesDefinitions>
      <Query>
        <Definition></Definition>
      </Query>
      <SeriesPalette>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>80</Red>
          <Green>166</Green>
          <Blue>218</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>242</Red>
          <Green>88</Green>
          <Blue>106</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>232</Red>
          <Green>172</Green>
          <Blue>57</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>255</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>64</Red>
          <Green>128</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>170</Red>
          <Green>85</Green>
          <Blue>85</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>0</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>192</Red>
          <Green>192</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>192</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>7</Red>
          <Green>146</Green>
          <Blue>94</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>128</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>128</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>0</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>64</Green>
          <Blue>64</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>64</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>80</Red>
          <Green>240</Green>
          <Blue>120</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>64</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>0</Green>
          <Blue>64</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>0</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>64</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>64</Green>
          <Blue>0</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>0</Blue>
        </Entries>
      </SeriesPalette>
      <Series>
        <Visible>true</Visible>
        <Label>
          <Caption>
            <Value></Value>
            <Font>
              <Alignment/>
            </Font>
          </Caption>
          <Background xsi:type="attribute:ColorDefinition">
            <Transparency>0</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>255</Blue>
          </Background>
          <Outline>
            <Style>Solid</Style>
            <Thickness>1</Thickness>
            <Color>
              <Transparency>255</Transparency>
              <Red>0</Red>
              <Green>0</Green>
              <Blue>0</Blue>
            </Color>
            <Visible>false</Visible>
          </Outline>
          <Insets>
            <Top>0.0</Top>
            <Left>2.0</Left>
            <Bottom>0.0</Bottom>
            <Right>3.0</Right>
          </Insets>
          <Visible>false</Visible>
        </Label>
        <DataDefinition>
          <Definition>row[&quot;DATETIME&quot;]</Definition>
        </DataDefinition>
        <SeriesIdentifier></SeriesIdentifier>
        <DataPoint>
          <Components>
            <Type>Orthogonal_Value</Type>
          </Components>
          <Separator>, </Separator>
        </DataPoint>
        <LabelPosition>Outside</LabelPosition>
        <Stacked>false</Stacked>
      </Series>
      <Grouping>
        <Enabled>true</Enabled>
        <GroupingInterval>1.0</GroupingInterval>
        <GroupType>Text</GroupType>
        <AggregateExpression>Sum</AggregateExpression>
      </Grouping>
    </SeriesDefinitions>
    <Orientation>Horizontal</Orientation>
    <LineAttributes>
      <Style>Solid</Style>
      <Thickness>1</Thickness>
      <Color>
        <Transparency>255</Transparency>
        <Red>154</Red>
        <Green>154</Green>
        <Blue>154</Blue>
      </Color>
      <Visible>true</Visible>
    </LineAttributes>
    <Label>
      <Caption>
        <Value></Value>
        <Font>
          <Name>Arial</Name>
          <Size>10.0</Size>
          <Alignment/>
        </Font>
        <Color>
          <Transparency>255</Transparency>
          <Red>45</Red>
          <Green>45</Green>
          <Blue>47</Blue>
        </Color>
      </Caption>
      <Background xsi:type="attribute:ColorDefinition">
        <Transparency>0</Transparency>
        <Red>255</Red>
        <Green>255</Green>
        <Blue>255</Blue>
      </Background>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
      </Outline>
      <Insets>
        <Top>0.0</Top>
        <Left>2.0</Left>
        <Bottom>0.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Visible>true</Visible>
    </Label>
    <FormatSpecifier xsi:type="attribute:JavaDateFormatSpecifier">
      <Pattern>HH</Pattern>
    </FormatSpecifier>
    <LabelPosition>Below</LabelPosition>
    <MajorGrid>
      <LineAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>196</Red>
          <Green>196</Green>
          <Blue>196</Blue>
        </Color>
        <Visible>false</Visible>
      </LineAttributes>
      <TickStyle>Across</TickStyle>
      <TickAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>154</Red>
          <Green>154</Green>
          <Blue>154</Blue>
        </Color>
        <Visible>true</Visible>
      </TickAttributes>
    </MajorGrid>
    <MinorGrid>
      <LineAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>225</Red>
          <Green>225</Green>
          <Blue>225</Blue>
        </Color>
        <Visible>false</Visible>
      </LineAttributes>
      <TickStyle>Across</TickStyle>
      <TickAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>225</Red>
          <Green>225</Green>
          <Blue>225</Blue>
        </Color>
        <Visible>false</Visible>
      </TickAttributes>
    </MinorGrid>
    <Scale>
      <MinorGridsPerUnit>5</MinorGridsPerUnit>
    </Scale>
    <Origin>
      <Type>Min</Type>
      <Value xsi:type="data:NumberDataElement">
        <Value>0.0</Value>
      </Value>
    </Origin>
    <PrimaryAxis>true</PrimaryAxis>
    <CategoryAxis>true</CategoryAxis>
    <Percent>false</Percent>
  </Axes>
  <WallFill xsi:type="attribute:ColorDefinition">
    <Transparency>0</Transparency>
    <Red>255</Red>
    <Green>255</Green>
    <Blue>255</Blue>
  </WallFill>
  <FloorFill xsi:type="attribute:ColorDefinition">
    <Transparency>255</Transparency>
    <Red>192</Red>
    <Green>192</Green>
    <Blue>192</Blue>
  </FloorFill>
  <Orientation>Vertical</Orientation>
  <UnitSpacing>50.0</UnitSpacing>
  <Rotation/>
</model:ChartWithAxes>
]]></xml-property>
                                    <property name="outputFormat">SVG</property>
                                    <list-property name="action">
                                        <structure>
                                            <property name="targetWindow">_self</property>
                                            <property name="linkType">drill-through</property>
                                            <property name="targetFileType">report-design</property>
                                            <property name="targetBookmarkType">bookmark</property>
                                            <property name="reportName">mailing_openers_progress.rptdesign</property>
                                            <list-property name="paramBindings">
                                                <structure>
                                                    <property name="paramName">companyID</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">"" + params["companyID"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">mailingID</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">"" + params["mailingID"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">language</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["language"].value</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">startDate</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">row["DATETIME"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">stopDate</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">row["DATETIME"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">hourScale</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">true</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">selectedTargets</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["selectedTargets"].value</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">recipientType</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["recipientType"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">viewChart</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["viewChart"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">emmsession</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["emmsession"].value</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">sec</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["sec"].value</value>
                                                    </simple-property-list>
                                                </structure>
                                            </list-property>
                                        </structure>
                                    </list-property>
                                    <list-property name="filter">
                                        <structure>
                                            <property name="operator">eq</property>
                                            <expression name="expr" type="javascript">row["DEVICECLASSID"]</expression>
                                            <simple-property-list name="value1">
                                                <value>2</value>
                                            </simple-property-list>
                                            <property name="updateAggregation">true</property>
                                        </structure>
                                    </list-property>
                                    <property name="inheritColumns">false</property>
                                    <property name="fontFamily">"Arial"</property>
                                    <property name="color">#707173</property>
                                    <property name="height">320px</property>
                                    <property name="width">780px</property>
                                    <property name="dataSet">MailingOpenersTimeBasedDataSet</property>
                                    <list-property name="boundDataColumns">
                                        <structure>
                                            <property name="name">DATETIME</property>
                                            <expression name="expression" type="javascript">dataSetRow["DATETIME"]</expression>
                                            <property name="dataType">date-time</property>
                                        </structure>
                                        <structure>
                                            <property name="name">OPENERS_UNIQUE</property>
                                            <expression name="expression" type="javascript">dataSetRow["OPENERS_UNIQUE"]</expression>
                                            <property name="dataType">integer</property>
                                        </structure>
                                        <structure>
                                            <property name="name">OPENINGS_GROSS</property>
                                            <expression name="expression" type="javascript">dataSetRow["OPENINGS_GROSS"]</expression>
                                            <property name="dataType">integer</property>
                                        </structure>
                                        <structure>
                                            <property name="name">TARGETGROUP</property>
                                            <expression name="expression" type="javascript">dataSetRow["TARGETGROUP"]</expression>
                                            <property name="dataType">string</property>
                                        </structure>
                                        <structure>
                                            <property name="name">DEVICECLASSID</property>
                                            <expression name="expression" type="javascript">dataSetRow["DEVICECLASSID"]</expression>
                                            <property name="dataType">integer</property>
                                        </structure>
                                        <structure>
                                            <property name="name">COLUMN_INDEX</property>
                                            <expression name="expression" type="javascript">dataSetRow["COLUMN_INDEX"]</expression>
                                            <property name="dataType">integer</property>
                                            <property name="allowExport">false</property>
                                        </structure>
                                    </list-property>
                                </extended-item>
                            </cell>
                        </row>
                    </grid>
                </cell>
            </row>
            <row id="719">
                <list-property name="visibility">
                    <structure>
                        <property name="format">all</property>
                        <expression name="valueExpr" type="javascript">params["selectedTargets"] == null || params["selectedTargets"] == ""</expression>
                    </structure>
                </list-property>
                <cell id="720">
                    <property name="style">full-width</property>
                    <property name="textAlign">left</property>
                    <grid name="openersUniqueTabletGrid" id="721">
                        <property name="style">table</property>
                        <column id="722"/>
                        <row id="723">
                            <cell id="724">
                                <property name="style">report-title</property>
                                <property name="textAlign">center</property>
                                <text-data id="725">
                                    <property name="textAlign">left</property>
                                    <expression name="valueExpr">tr("OpeningsNet") + " (" + tr("report.device.tablet") + ")"</expression>
                                </text-data>
                            </cell>
                        </row>
                        <row id="726">
                            <cell id="727">
                                <property name="textAlign">center</property>
                                <extended-item extensionName="Chart" name="openersUniqueTabletChart" id="750">
                                    <xml-property name="xmlRepresentation"><![CDATA[<model:ChartWithAxes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:attribute="http://www.birt.eclipse.org/ChartModelAttribute" xmlns:data="http://www.birt.eclipse.org/ChartModelData" xmlns:layout="http://www.birt.eclipse.org/ChartModelLayout" xmlns:model="http://www.birt.eclipse.org/ChartModel" xmlns:type="http://www.birt.eclipse.org/ChartModelType">
  <Version>2.6.1</Version>
  <Type>Bar Chart</Type>
  <SubType>Side-by-side</SubType>
  <Description>
    <Value></Value>
    <Font>
      <Alignment/>
    </Font>
  </Description>
  <Block>
    <Children xsi:type="layout:TitleBlock">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>false</Visible>
      <Label>
        <Caption>
          <Value>ClicksNetto</Value>
          <Font>
            <Name>Arial</Name>
            <Size>10.0</Size>
            <Bold>true</Bold>
            <Alignment>
              <horizontalAlignment>Center</horizontalAlignment>
              <verticalAlignment>Center</verticalAlignment>
            </Alignment>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>true</Visible>
      </Label>
    </Children>
    <Children xsi:type="layout:Plot">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <HorizontalSpacing>5</HorizontalSpacing>
      <VerticalSpacing>5</VerticalSpacing>
      <ClientArea>
        <Outline>
          <Style>Solid</Style>
          <Thickness>0</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>0.0</Left>
          <Bottom>0.0</Bottom>
          <Right>0.0</Right>
        </Insets>
      </ClientArea>
    </Children>
    <Children xsi:type="layout:Legend">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Stretch>Horizontal</Stretch>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <ClientArea>
        <Outline>
          <Style>Solid</Style>
          <Thickness>0</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>2.0</Top>
          <Left>2.0</Left>
          <Bottom>2.0</Bottom>
          <Right>2.0</Right>
        </Insets>
      </ClientArea>
      <Text>
        <Value></Value>
        <Font>
          <Name>Arial</Name>
          <Size>10.0</Size>
          <Alignment/>
        </Font>
        <Color>
          <Transparency>255</Transparency>
          <Red>45</Red>
          <Green>45</Green>
          <Blue>47</Blue>
        </Color>
      </Text>
      <Orientation>Horizontal</Orientation>
      <Direction>Left_Right</Direction>
      <Separator>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>true</Visible>
      </Separator>
      <Position>Below</Position>
      <ItemType>Series</ItemType>
      <Title>
        <Caption>
          <Value></Value>
          <Font>
            <Alignment/>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>false</Visible>
      </Title>
      <TitlePosition>Above</TitlePosition>
    </Children>
    <Bounds>
      <Left>0.0</Left>
      <Top>0.0</Top>
      <Width>585.0</Width>
      <Height>254.25</Height>
    </Bounds>
    <Insets>
      <Top>3.0</Top>
      <Left>3.0</Left>
      <Bottom>3.0</Bottom>
      <Right>3.0</Right>
    </Insets>
    <Row>-1</Row>
    <Column>-1</Column>
    <Rowspan>-1</Rowspan>
    <Columnspan>-1</Columnspan>
    <Outline>
      <Style>Solid</Style>
      <Thickness>1</Thickness>
      <Color>
        <Transparency>255</Transparency>
        <Red>0</Red>
        <Green>0</Green>
        <Blue>0</Blue>
      </Color>
      <Visible>false</Visible>
    </Outline>
    <Background xsi:type="attribute:ColorDefinition">
      <Transparency>0</Transparency>
      <Red>255</Red>
      <Green>255</Green>
      <Blue>255</Blue>
    </Background>
    <Visible>true</Visible>
  </Block>
  <Dimension>Two_Dimensional</Dimension>
  <Script>importPackage( Packages.org.eclipse.birt.chart.model.attribute );
importPackage( Packages.org.eclipse.birt.chart.model.attribute.impl );
importPackage( Packages.org.eclipse.birt.chart.model.data.impl );
importPackage( Packages.org.eclipse.birt.report.model.api.util );
importPackage( Packages.java.lang );


function beforeDrawAxisTitle( axis, label, icsc )
{
	if (label.getCaption().getValue() == &quot;xAxis&quot;) {
		reportContext =  icsc.getExternalContext().getObject(); 
		if (reportContext.getParameterValue(&quot;hourScale&quot;)==true) {
			xAxisTitle = Packages.com.agnitas.messages.I18nString.getLocaleString(&quot;Time&quot;, reportContext.getLocale())
		} else {
			xAxisTitle = Packages.com.agnitas.messages.I18nString.getLocaleString(&quot;settings.fieldType.DATE&quot;, reportContext.getLocale());
		}
		label.getCaption().setValue(xAxisTitle);
	}
}


/**
 * Called before generation of chart model to GeneratedChartState.
 * 
 * @param chart
 *            Chart
 * @param icsc
 *            IChartScriptContext
 */

function beforeGeneration( chart, icsc )
{
	reportContext = icsc.getExternalContext().getObject();
	
    chart.getEmptyMessage().getCaption().setValue(Packages.com.agnitas.messages.I18nString.getLocaleString(&quot;birt.noDataAvailable&quot;, reportContext.getLocale()));
	
	xAxis = chart.getBaseAxes()[0];
 	xAxis.setType(AxisType.DATE_TIME_LITERAL);
 	
 	if (reportContext.getParameterValue(&quot;hourScale&quot;)==true) {
		 xAxis.setFormatSpecifier(JavaDateFormatSpecifierImpl.create(&quot;HH:mm&quot;));
	}
	
	if  (reportContext.getParameterValue(&quot;hourScale&quot;)==false ) {
		 xAxis.setFormatSpecifier(JavaDateFormatSpecifierImpl.create(&quot;dd-MM-yyyy&quot;));
	}
	
}

</Script>
  <Units>Points</Units>
  <SeriesThickness>10.0</SeriesThickness>
  <ExtendedProperties>
    <Name>enable.area.alt</Name>
    <Value>false</Value>
  </ExtendedProperties>
  <SampleData>
    <BaseSampleData>
      <DataSetRepresentation>01/05/2000,02/01/2000,04/12/2000,03/12/2000,02/29/2000</DataSetRepresentation>
    </BaseSampleData>
    <OrthogonalSampleData>
      <DataSetRepresentation>10.0,8.0,24.0</DataSetRepresentation>
      <SeriesDefinitionIndex>0</SeriesDefinitionIndex>
    </OrthogonalSampleData>
  </SampleData>
  <Interactivity/>
  <EmptyMessage>
    <Caption>
      <Value></Value>
      <Font>
        <Alignment>
          <horizontalAlignment>Center</horizontalAlignment>
          <verticalAlignment>Center</verticalAlignment>
        </Alignment>
      </Font>
    </Caption>
    <Background xsi:type="attribute:ColorDefinition">
      <Transparency>0</Transparency>
      <Red>255</Red>
      <Green>255</Green>
      <Blue>255</Blue>
    </Background>
    <Outline>
      <Style>Solid</Style>
      <Thickness>1</Thickness>
      <Color>
        <Transparency>255</Transparency>
        <Red>0</Red>
        <Green>0</Green>
        <Blue>0</Blue>
      </Color>
      <Visible>true</Visible>
    </Outline>
    <Insets>
      <Top>0.0</Top>
      <Left>2.0</Left>
      <Bottom>0.0</Bottom>
      <Right>3.0</Right>
    </Insets>
    <Visible>true</Visible>
  </EmptyMessage>
  <Axes>
    <Type>DateTime</Type>
    <Title>
      <Caption>
        <Value>xAxis</Value>
        <Font>
          <Name>Arial</Name>
          <Size>10.0</Size>
          <Bold>false</Bold>
          <Alignment>
            <horizontalAlignment>Center</horizontalAlignment>
            <verticalAlignment>Center</verticalAlignment>
          </Alignment>
          <Rotation>0.0</Rotation>
        </Font>
      </Caption>
      <Background xsi:type="attribute:ColorDefinition">
        <Transparency>0</Transparency>
        <Red>255</Red>
        <Green>255</Green>
        <Blue>255</Blue>
      </Background>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
      </Outline>
      <Insets>
        <Top>0.0</Top>
        <Left>450.0</Left>
        <Bottom>0.0</Bottom>
        <Right>4.0</Right>
      </Insets>
      <Visible>true</Visible>
    </Title>
    <TitlePosition>Below</TitlePosition>
    <AssociatedAxes>
      <Type>Linear</Type>
      <Title>
        <Caption>
          <Value>ClicksBrutto=ClicksBrutto</Value>
          <Font>
            <Name>SansSerif</Name>
            <Size>8.0</Size>
            <Bold>true</Bold>
            <Alignment>
              <horizontalAlignment>Right</horizontalAlignment>
              <verticalAlignment>Bottom</verticalAlignment>
            </Alignment>
            <Rotation>90.0</Rotation>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>2.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>false</Visible>
      </Title>
      <TitlePosition>Left</TitlePosition>
      <SeriesDefinitions>
        <Query>
          <Definition>row[&quot;TARGETGROUP&quot;]</Definition>
          <Grouping>
            <GroupType>Text</GroupType>
          </Grouping>
        </Query>
        <SeriesPalette>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>113</Green>
            <Blue>185</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>155</Green>
            <Blue>255</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>99</Red>
            <Green>194</Green>
            <Blue>255</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>85</Green>
            <Blue>138</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>146</Red>
            <Green>208</Green>
            <Blue>79</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>105</Red>
            <Green>161</Green>
            <Blue>41</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>65</Red>
            <Green>100</Green>
            <Blue>26</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>153</Green>
            <Blue>153</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>100</Green>
            <Blue>100</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>124</Red>
            <Green>0</Green>
            <Blue>168</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>169</Red>
            <Green>26</Green>
            <Blue>26</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>223</Red>
            <Green>56</Green>
            <Blue>56</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>245</Red>
            <Green>118</Green>
            <Blue>14</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>192</Green>
            <Blue>0</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>0</Blue>
          </Entries>
        </SeriesPalette>
        <Series xsi:type="type:BarSeries">
          <Visible>true</Visible>
          <Label>
            <Caption>
              <Value></Value>
              <Font>
                <Name>Arial</Name>
                <Size>10.0</Size>
                <Bold>true</Bold>
                <Alignment/>
                <Rotation>90.0</Rotation>
              </Font>
              <Color>
                <Transparency>255</Transparency>
                <Red>0</Red>
                <Green>0</Green>
                <Blue>0</Blue>
              </Color>
            </Caption>
            <Background xsi:type="attribute:ColorDefinition">
              <Transparency>0</Transparency>
              <Red>255</Red>
              <Green>255</Green>
              <Blue>255</Blue>
            </Background>
            <Outline>
              <Style>Solid</Style>
              <Thickness>1</Thickness>
              <Color>
                <Transparency>255</Transparency>
                <Red>0</Red>
                <Green>0</Green>
                <Blue>0</Blue>
              </Color>
              <Visible>false</Visible>
            </Outline>
            <Insets>
              <Top>0.0</Top>
              <Left>8.0</Left>
              <Bottom>0.0</Bottom>
              <Right>0.0</Right>
            </Insets>
            <Visible>true</Visible>
          </Label>
          <DataDefinition>
            <Definition>row[&quot;OPENERS_UNIQUE&quot;]</Definition>
            <Grouping>
              <GroupType>Text</GroupType>
              <AggregateExpression>Sum</AggregateExpression>
            </Grouping>
          </DataDefinition>
          <SeriesIdentifier>ClicksBrutto=OpeningsNetto</SeriesIdentifier>
          <DataPoint>
            <Components>
              <Type>Orthogonal_Value</Type>
            </Components>
            <Separator>, </Separator>
          </DataPoint>
          <LabelPosition>Outside</LabelPosition>
          <Stacked>false</Stacked>
          <Triggers>
            <Condition>onclick</Condition>
            <Action>
              <Type>URL_Redirect</Type>
              <Value xsi:type="attribute:MultiURLValues">
                <URLValues>
                  <Label>
                    <Caption>
                      <Value>drill-through hours</Value>
                    </Caption>
                  </Label>
                  <BaseUrl>&lt;structure>
    &lt;property name=&quot;linkType&quot;>drill-through&lt;/property>
    &lt;property name=&quot;reportName&quot;>mailing_openers_progress.rptdesign&lt;/property>
    &lt;property name=&quot;targetBookmarkType&quot;>bookmark&lt;/property>
    &lt;property name=&quot;targetWindow&quot;>_self&lt;/property>
    &lt;property name=&quot;targetFileType&quot;>report-design&lt;/property>
    &lt;list-property name=&quot;paramBindings&quot;>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>companyID&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>&quot;&quot; + params[&quot;companyID&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>mailingID&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>&quot;&quot; + params[&quot;mailingID&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>language&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;language&quot;].value&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>startDate&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>row[&quot;DATETIME&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>stopDate&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>row[&quot;DATETIME&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>hourScale&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>true&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>selectedTargets&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;selectedTargets&quot;].value&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>recipientType&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;recipientType&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>viewChart&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;viewChart&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>emmsession&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;emmsession&quot;].value&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>sec&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;sec&quot;].value&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
    &lt;/list-property>
&lt;/structure>
</BaseUrl>
                  <BaseParameterName></BaseParameterName>
                  <ValueParameterName></ValueParameterName>
                  <SeriesParameterName></SeriesParameterName>
                </URLValues>
                <PropertiesMap>
                  <Key>Menu</Key>
                  <Value>zIndex:99999;backgroundColor:#FAFFF8;width:auto;height:auto;border:1px solid #333333;filter:progid:DXImageTransform.Microsoft.Shadow(Color:#333333,Direction=120,strength=5)</Value>
                </PropertiesMap>
                <PropertiesMap>
                  <Key>OnMouseOut</Key>
                  <Value>backgroundColor:#FAFFF8;color:#000000</Value>
                </PropertiesMap>
                <PropertiesMap>
                  <Key>OnMouseOver</Key>
                  <Value>backgroundColor:#245DDB;color:#FFFFFF</Value>
                </PropertiesMap>
                <PropertiesMap>
                  <Key>MenuItem</Key>
                  <Value>color:Black;fontSize:10pt;paddingLeft:10px;paddingRight:10px;paddingTop:2px;paddingBottom:2px</Value>
                </PropertiesMap>
              </Value>
            </Action>
          </Triggers>
          <Cursor>
            <Type>Pointer</Type>
          </Cursor>
          <Riser>Rectangle</Riser>
        </Series>
        <Grouping>
          <Enabled>false</Enabled>
          <GroupingInterval>1.0</GroupingInterval>
          <GroupType>Text</GroupType>
          <AggregateExpression>Sum</AggregateExpression>
        </Grouping>
        <Sorting>Ascending</Sorting>
        <SortKey>
          <Definition>row[&quot;COLUMN_INDEX&quot;]</Definition>
        </SortKey>
      </SeriesDefinitions>
      <Orientation>Vertical</Orientation>
      <LineAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </LineAttributes>
      <Label>
        <Caption>
          <Value></Value>
          <Font>
            <Name>Arial</Name>
            <Size>10.0</Size>
            <Alignment/>
          </Font>
          <Color>
            <Transparency>255</Transparency>
            <Red>45</Red>
            <Green>45</Green>
            <Blue>47</Blue>
          </Color>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>true</Visible>
      </Label>
      <LabelPosition>Left</LabelPosition>
      <MajorGrid>
        <LineAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>196</Red>
            <Green>196</Green>
            <Blue>196</Blue>
          </Color>
          <Visible>true</Visible>
        </LineAttributes>
        <TickStyle>Across</TickStyle>
        <TickAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>154</Red>
            <Green>154</Green>
            <Blue>154</Blue>
          </Color>
          <Visible>true</Visible>
        </TickAttributes>
      </MajorGrid>
      <MinorGrid>
        <LineAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>225</Red>
            <Green>225</Green>
            <Blue>225</Blue>
          </Color>
          <Visible>false</Visible>
        </LineAttributes>
        <TickStyle>Across</TickStyle>
        <TickAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>225</Red>
            <Green>225</Green>
            <Blue>225</Blue>
          </Color>
          <Visible>false</Visible>
        </TickAttributes>
      </MinorGrid>
      <Scale>
        <Min xsi:type="data:NumberDataElement">
          <Value>0.0</Value>
        </Min>
        <MinorGridsPerUnit>5</MinorGridsPerUnit>
        <AutoExpand>true</AutoExpand>
      </Scale>
      <Origin>
        <Type>Min</Type>
        <Value xsi:type="data:NumberDataElement">
          <Value>0.0</Value>
        </Value>
      </Origin>
      <PrimaryAxis>true</PrimaryAxis>
      <Percent>false</Percent>
    </AssociatedAxes>
    <SeriesDefinitions>
      <Query>
        <Definition></Definition>
      </Query>
      <SeriesPalette>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>80</Red>
          <Green>166</Green>
          <Blue>218</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>242</Red>
          <Green>88</Green>
          <Blue>106</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>232</Red>
          <Green>172</Green>
          <Blue>57</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>255</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>64</Red>
          <Green>128</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>170</Red>
          <Green>85</Green>
          <Blue>85</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>0</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>192</Red>
          <Green>192</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>192</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>7</Red>
          <Green>146</Green>
          <Blue>94</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>128</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>128</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>0</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>64</Green>
          <Blue>64</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>64</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>80</Red>
          <Green>240</Green>
          <Blue>120</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>64</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>0</Green>
          <Blue>64</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>0</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>64</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>64</Green>
          <Blue>0</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>0</Blue>
        </Entries>
      </SeriesPalette>
      <Series>
        <Visible>true</Visible>
        <Label>
          <Caption>
            <Value></Value>
            <Font>
              <Alignment/>
            </Font>
          </Caption>
          <Background xsi:type="attribute:ColorDefinition">
            <Transparency>0</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>255</Blue>
          </Background>
          <Outline>
            <Style>Solid</Style>
            <Thickness>1</Thickness>
            <Color>
              <Transparency>255</Transparency>
              <Red>0</Red>
              <Green>0</Green>
              <Blue>0</Blue>
            </Color>
            <Visible>false</Visible>
          </Outline>
          <Insets>
            <Top>0.0</Top>
            <Left>2.0</Left>
            <Bottom>0.0</Bottom>
            <Right>3.0</Right>
          </Insets>
          <Visible>false</Visible>
        </Label>
        <DataDefinition>
          <Definition>row[&quot;DATETIME&quot;]</Definition>
        </DataDefinition>
        <SeriesIdentifier></SeriesIdentifier>
        <DataPoint>
          <Components>
            <Type>Orthogonal_Value</Type>
          </Components>
          <Separator>, </Separator>
        </DataPoint>
        <LabelPosition>Outside</LabelPosition>
        <Stacked>false</Stacked>
      </Series>
      <Grouping>
        <Enabled>true</Enabled>
        <GroupingInterval>1.0</GroupingInterval>
        <GroupType>Text</GroupType>
        <AggregateExpression>Sum</AggregateExpression>
      </Grouping>
    </SeriesDefinitions>
    <Orientation>Horizontal</Orientation>
    <LineAttributes>
      <Style>Solid</Style>
      <Thickness>1</Thickness>
      <Color>
        <Transparency>255</Transparency>
        <Red>154</Red>
        <Green>154</Green>
        <Blue>154</Blue>
      </Color>
      <Visible>true</Visible>
    </LineAttributes>
    <Label>
      <Caption>
        <Value></Value>
        <Font>
          <Name>Arial</Name>
          <Size>10.0</Size>
          <Alignment/>
        </Font>
        <Color>
          <Transparency>255</Transparency>
          <Red>45</Red>
          <Green>45</Green>
          <Blue>47</Blue>
        </Color>
      </Caption>
      <Background xsi:type="attribute:ColorDefinition">
        <Transparency>0</Transparency>
        <Red>255</Red>
        <Green>255</Green>
        <Blue>255</Blue>
      </Background>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
      </Outline>
      <Insets>
        <Top>0.0</Top>
        <Left>2.0</Left>
        <Bottom>0.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Visible>true</Visible>
    </Label>
    <FormatSpecifier xsi:type="attribute:JavaDateFormatSpecifier">
      <Pattern>HH</Pattern>
    </FormatSpecifier>
    <LabelPosition>Below</LabelPosition>
    <MajorGrid>
      <LineAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>196</Red>
          <Green>196</Green>
          <Blue>196</Blue>
        </Color>
        <Visible>false</Visible>
      </LineAttributes>
      <TickStyle>Across</TickStyle>
      <TickAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>154</Red>
          <Green>154</Green>
          <Blue>154</Blue>
        </Color>
        <Visible>true</Visible>
      </TickAttributes>
    </MajorGrid>
    <MinorGrid>
      <LineAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>225</Red>
          <Green>225</Green>
          <Blue>225</Blue>
        </Color>
        <Visible>false</Visible>
      </LineAttributes>
      <TickStyle>Across</TickStyle>
      <TickAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>225</Red>
          <Green>225</Green>
          <Blue>225</Blue>
        </Color>
        <Visible>false</Visible>
      </TickAttributes>
    </MinorGrid>
    <Scale>
      <MinorGridsPerUnit>5</MinorGridsPerUnit>
    </Scale>
    <Origin>
      <Type>Min</Type>
      <Value xsi:type="data:NumberDataElement">
        <Value>0.0</Value>
      </Value>
    </Origin>
    <PrimaryAxis>true</PrimaryAxis>
    <CategoryAxis>true</CategoryAxis>
    <Percent>false</Percent>
  </Axes>
  <WallFill xsi:type="attribute:ColorDefinition">
    <Transparency>0</Transparency>
    <Red>255</Red>
    <Green>255</Green>
    <Blue>255</Blue>
  </WallFill>
  <FloorFill xsi:type="attribute:ColorDefinition">
    <Transparency>255</Transparency>
    <Red>192</Red>
    <Green>192</Green>
    <Blue>192</Blue>
  </FloorFill>
  <Orientation>Vertical</Orientation>
  <UnitSpacing>50.0</UnitSpacing>
  <Rotation/>
</model:ChartWithAxes>
]]></xml-property>
                                    <property name="outputFormat">SVG</property>
                                    <list-property name="action">
                                        <structure>
                                            <property name="targetWindow">_self</property>
                                            <property name="linkType">drill-through</property>
                                            <property name="targetFileType">report-design</property>
                                            <property name="targetBookmarkType">bookmark</property>
                                            <property name="reportName">mailing_openers_progress.rptdesign</property>
                                            <list-property name="paramBindings">
                                                <structure>
                                                    <property name="paramName">companyID</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">"" + params["companyID"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">mailingID</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">"" + params["mailingID"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">language</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["language"].value</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">startDate</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">row["DATETIME"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">stopDate</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">row["DATETIME"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">hourScale</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">true</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">selectedTargets</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["selectedTargets"].value</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">recipientType</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["recipientType"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">viewChart</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["viewChart"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">emmsession</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["emmsession"].value</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">sec</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["sec"].value</value>
                                                    </simple-property-list>
                                                </structure>
                                            </list-property>
                                        </structure>
                                    </list-property>
                                    <list-property name="filter">
                                        <structure>
                                            <property name="operator">eq</property>
                                            <expression name="expr" type="javascript">row["DEVICECLASSID"]</expression>
                                            <simple-property-list name="value1">
                                                <value>3</value>
                                            </simple-property-list>
                                            <property name="updateAggregation">true</property>
                                        </structure>
                                    </list-property>
                                    <property name="inheritColumns">false</property>
                                    <property name="fontFamily">"Arial"</property>
                                    <property name="color">#707173</property>
                                    <property name="height">320px</property>
                                    <property name="width">780px</property>
                                    <property name="dataSet">MailingOpenersTimeBasedDataSet</property>
                                    <list-property name="boundDataColumns">
                                        <structure>
                                            <property name="name">DATETIME</property>
                                            <expression name="expression" type="javascript">dataSetRow["DATETIME"]</expression>
                                            <property name="dataType">date-time</property>
                                        </structure>
                                        <structure>
                                            <property name="name">OPENERS_UNIQUE</property>
                                            <expression name="expression" type="javascript">dataSetRow["OPENERS_UNIQUE"]</expression>
                                            <property name="dataType">integer</property>
                                        </structure>
                                        <structure>
                                            <property name="name">OPENINGS_GROSS</property>
                                            <expression name="expression" type="javascript">dataSetRow["OPENINGS_GROSS"]</expression>
                                            <property name="dataType">integer</property>
                                        </structure>
                                        <structure>
                                            <property name="name">TARGETGROUP</property>
                                            <expression name="expression" type="javascript">dataSetRow["TARGETGROUP"]</expression>
                                            <property name="dataType">string</property>
                                        </structure>
                                        <structure>
                                            <property name="name">DEVICECLASSID</property>
                                            <expression name="expression" type="javascript">dataSetRow["DEVICECLASSID"]</expression>
                                            <property name="dataType">integer</property>
                                        </structure>
                                        <structure>
                                            <property name="name">COLUMN_INDEX</property>
                                            <expression name="expression" type="javascript">dataSetRow["COLUMN_INDEX"]</expression>
                                            <property name="dataType">integer</property>
                                            <property name="allowExport">false</property>
                                        </structure>
                                    </list-property>
                                </extended-item>
                            </cell>
                        </row>
                    </grid>
                </cell>
            </row>
            <row id="729">
                <list-property name="visibility">
                    <structure>
                        <property name="format">all</property>
                        <expression name="valueExpr" type="javascript">params["selectedTargets"] == null || params["selectedTargets"] == ""</expression>
                    </structure>
                </list-property>
                <cell id="730">
                    <property name="style">full-width</property>
                    <property name="textAlign">left</property>
                    <grid name="openersUniqueSmarttvGrid" id="731">
                        <property name="style">table</property>
                        <column id="732"/>
                        <row id="733">
                            <cell id="734">
                                <property name="style">report-title</property>
                                <property name="textAlign">center</property>
                                <text-data id="735">
                                    <property name="textAlign">left</property>
                                    <expression name="valueExpr">tr("OpeningsNet") + " (" + tr("report.device.smarttv") + ")"</expression>
                                </text-data>
                            </cell>
                        </row>
                        <row id="736">
                            <cell id="737">
                                <property name="textAlign">center</property>
                                <extended-item extensionName="Chart" name="openersUniqueSmarttvChart" id="751">
                                    <xml-property name="xmlRepresentation"><![CDATA[<model:ChartWithAxes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:attribute="http://www.birt.eclipse.org/ChartModelAttribute" xmlns:data="http://www.birt.eclipse.org/ChartModelData" xmlns:layout="http://www.birt.eclipse.org/ChartModelLayout" xmlns:model="http://www.birt.eclipse.org/ChartModel" xmlns:type="http://www.birt.eclipse.org/ChartModelType">
  <Version>2.6.1</Version>
  <Type>Bar Chart</Type>
  <SubType>Side-by-side</SubType>
  <Description>
    <Value></Value>
    <Font>
      <Alignment/>
    </Font>
  </Description>
  <Block>
    <Children xsi:type="layout:TitleBlock">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>false</Visible>
      <Label>
        <Caption>
          <Value>ClicksNetto</Value>
          <Font>
            <Name>Arial</Name>
            <Size>10.0</Size>
            <Bold>true</Bold>
            <Alignment>
              <horizontalAlignment>Center</horizontalAlignment>
              <verticalAlignment>Center</verticalAlignment>
            </Alignment>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>true</Visible>
      </Label>
    </Children>
    <Children xsi:type="layout:Plot">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <HorizontalSpacing>5</HorizontalSpacing>
      <VerticalSpacing>5</VerticalSpacing>
      <ClientArea>
        <Outline>
          <Style>Solid</Style>
          <Thickness>0</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>0.0</Left>
          <Bottom>0.0</Bottom>
          <Right>0.0</Right>
        </Insets>
      </ClientArea>
    </Children>
    <Children xsi:type="layout:Legend">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Stretch>Horizontal</Stretch>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <ClientArea>
        <Outline>
          <Style>Solid</Style>
          <Thickness>0</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>2.0</Top>
          <Left>2.0</Left>
          <Bottom>2.0</Bottom>
          <Right>2.0</Right>
        </Insets>
      </ClientArea>
      <Text>
        <Value></Value>
        <Font>
          <Name>Arial</Name>
          <Size>10.0</Size>
          <Alignment/>
        </Font>
        <Color>
          <Transparency>255</Transparency>
          <Red>45</Red>
          <Green>45</Green>
          <Blue>47</Blue>
        </Color>
      </Text>
      <Orientation>Horizontal</Orientation>
      <Direction>Left_Right</Direction>
      <Separator>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>true</Visible>
      </Separator>
      <Position>Below</Position>
      <ItemType>Series</ItemType>
      <Title>
        <Caption>
          <Value></Value>
          <Font>
            <Alignment/>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>false</Visible>
      </Title>
      <TitlePosition>Above</TitlePosition>
    </Children>
    <Bounds>
      <Left>0.0</Left>
      <Top>0.0</Top>
      <Width>585.0</Width>
      <Height>254.25</Height>
    </Bounds>
    <Insets>
      <Top>3.0</Top>
      <Left>3.0</Left>
      <Bottom>3.0</Bottom>
      <Right>3.0</Right>
    </Insets>
    <Row>-1</Row>
    <Column>-1</Column>
    <Rowspan>-1</Rowspan>
    <Columnspan>-1</Columnspan>
    <Outline>
      <Style>Solid</Style>
      <Thickness>1</Thickness>
      <Color>
        <Transparency>255</Transparency>
        <Red>0</Red>
        <Green>0</Green>
        <Blue>0</Blue>
      </Color>
      <Visible>false</Visible>
    </Outline>
    <Background xsi:type="attribute:ColorDefinition">
      <Transparency>0</Transparency>
      <Red>255</Red>
      <Green>255</Green>
      <Blue>255</Blue>
    </Background>
    <Visible>true</Visible>
  </Block>
  <Dimension>Two_Dimensional</Dimension>
  <Script>importPackage( Packages.org.eclipse.birt.chart.model.attribute );
importPackage( Packages.org.eclipse.birt.chart.model.attribute.impl );
importPackage( Packages.org.eclipse.birt.chart.model.data.impl );
importPackage( Packages.org.eclipse.birt.report.model.api.util );
importPackage( Packages.java.lang );


function beforeDrawAxisTitle( axis, label, icsc )
{
	if (label.getCaption().getValue() == &quot;xAxis&quot;) {
		reportContext =  icsc.getExternalContext().getObject(); 
		if (reportContext.getParameterValue(&quot;hourScale&quot;)==true) {
			xAxisTitle = Packages.com.agnitas.messages.I18nString.getLocaleString(&quot;Time&quot;, reportContext.getLocale())
		} else {
			xAxisTitle = Packages.com.agnitas.messages.I18nString.getLocaleString(&quot;settings.fieldType.DATE&quot;, reportContext.getLocale());
		}
		label.getCaption().setValue(xAxisTitle);
	}
}


/**
 * Called before generation of chart model to GeneratedChartState.
 * 
 * @param chart
 *            Chart
 * @param icsc
 *            IChartScriptContext
 */

function beforeGeneration( chart, icsc )
{
	reportContext = icsc.getExternalContext().getObject();
	
    chart.getEmptyMessage().getCaption().setValue(Packages.com.agnitas.messages.I18nString.getLocaleString(&quot;birt.noDataAvailable&quot;, reportContext.getLocale()));
	
	xAxis = chart.getBaseAxes()[0];
 	xAxis.setType(AxisType.DATE_TIME_LITERAL);
 	
 	if (reportContext.getParameterValue(&quot;hourScale&quot;)==true) {
		 xAxis.setFormatSpecifier(JavaDateFormatSpecifierImpl.create(&quot;HH:mm&quot;));
	}
	
	if  (reportContext.getParameterValue(&quot;hourScale&quot;)==false ) {
		 xAxis.setFormatSpecifier(JavaDateFormatSpecifierImpl.create(&quot;dd-MM-yyyy&quot;));
	}
	
}

</Script>
  <Units>Points</Units>
  <SeriesThickness>10.0</SeriesThickness>
  <ExtendedProperties>
    <Name>enable.area.alt</Name>
    <Value>false</Value>
  </ExtendedProperties>
  <SampleData>
    <BaseSampleData>
      <DataSetRepresentation>01/05/2000,02/01/2000,04/12/2000,03/12/2000,02/29/2000</DataSetRepresentation>
    </BaseSampleData>
    <OrthogonalSampleData>
      <DataSetRepresentation>10.0,8.0,24.0</DataSetRepresentation>
      <SeriesDefinitionIndex>0</SeriesDefinitionIndex>
    </OrthogonalSampleData>
  </SampleData>
  <Interactivity/>
  <EmptyMessage>
    <Caption>
      <Value></Value>
      <Font>
        <Alignment>
          <horizontalAlignment>Center</horizontalAlignment>
          <verticalAlignment>Center</verticalAlignment>
        </Alignment>
      </Font>
    </Caption>
    <Background xsi:type="attribute:ColorDefinition">
      <Transparency>0</Transparency>
      <Red>255</Red>
      <Green>255</Green>
      <Blue>255</Blue>
    </Background>
    <Outline>
      <Style>Solid</Style>
      <Thickness>1</Thickness>
      <Color>
        <Transparency>255</Transparency>
        <Red>0</Red>
        <Green>0</Green>
        <Blue>0</Blue>
      </Color>
      <Visible>true</Visible>
    </Outline>
    <Insets>
      <Top>0.0</Top>
      <Left>2.0</Left>
      <Bottom>0.0</Bottom>
      <Right>3.0</Right>
    </Insets>
    <Visible>true</Visible>
  </EmptyMessage>
  <Axes>
    <Type>DateTime</Type>
    <Title>
      <Caption>
        <Value>xAxis</Value>
        <Font>
          <Name>Arial</Name>
          <Size>10.0</Size>
          <Bold>false</Bold>
          <Alignment>
            <horizontalAlignment>Center</horizontalAlignment>
            <verticalAlignment>Center</verticalAlignment>
          </Alignment>
          <Rotation>0.0</Rotation>
        </Font>
      </Caption>
      <Background xsi:type="attribute:ColorDefinition">
        <Transparency>0</Transparency>
        <Red>255</Red>
        <Green>255</Green>
        <Blue>255</Blue>
      </Background>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
      </Outline>
      <Insets>
        <Top>0.0</Top>
        <Left>450.0</Left>
        <Bottom>0.0</Bottom>
        <Right>4.0</Right>
      </Insets>
      <Visible>true</Visible>
    </Title>
    <TitlePosition>Below</TitlePosition>
    <AssociatedAxes>
      <Type>Linear</Type>
      <Title>
        <Caption>
          <Value>ClicksBrutto=ClicksBrutto</Value>
          <Font>
            <Name>SansSerif</Name>
            <Size>8.0</Size>
            <Bold>true</Bold>
            <Alignment>
              <horizontalAlignment>Right</horizontalAlignment>
              <verticalAlignment>Bottom</verticalAlignment>
            </Alignment>
            <Rotation>90.0</Rotation>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>2.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>false</Visible>
      </Title>
      <TitlePosition>Left</TitlePosition>
      <SeriesDefinitions>
        <Query>
          <Definition>row[&quot;TARGETGROUP&quot;]</Definition>
          <Grouping>
            <GroupType>Text</GroupType>
          </Grouping>
        </Query>
        <SeriesPalette>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>113</Green>
            <Blue>185</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>155</Green>
            <Blue>255</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>99</Red>
            <Green>194</Green>
            <Blue>255</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>85</Green>
            <Blue>138</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>146</Red>
            <Green>208</Green>
            <Blue>79</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>105</Red>
            <Green>161</Green>
            <Blue>41</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>65</Red>
            <Green>100</Green>
            <Blue>26</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>153</Green>
            <Blue>153</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>100</Green>
            <Blue>100</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>124</Red>
            <Green>0</Green>
            <Blue>168</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>169</Red>
            <Green>26</Green>
            <Blue>26</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>223</Red>
            <Green>56</Green>
            <Blue>56</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>245</Red>
            <Green>118</Green>
            <Blue>14</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>192</Green>
            <Blue>0</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>0</Blue>
          </Entries>
        </SeriesPalette>
        <Series xsi:type="type:BarSeries">
          <Visible>true</Visible>
          <Label>
            <Caption>
              <Value></Value>
              <Font>
                <Name>Arial</Name>
                <Size>10.0</Size>
                <Bold>true</Bold>
                <Alignment/>
                <Rotation>90.0</Rotation>
              </Font>
              <Color>
                <Transparency>255</Transparency>
                <Red>0</Red>
                <Green>0</Green>
                <Blue>0</Blue>
              </Color>
            </Caption>
            <Background xsi:type="attribute:ColorDefinition">
              <Transparency>0</Transparency>
              <Red>255</Red>
              <Green>255</Green>
              <Blue>255</Blue>
            </Background>
            <Outline>
              <Style>Solid</Style>
              <Thickness>1</Thickness>
              <Color>
                <Transparency>255</Transparency>
                <Red>0</Red>
                <Green>0</Green>
                <Blue>0</Blue>
              </Color>
              <Visible>false</Visible>
            </Outline>
            <Insets>
              <Top>0.0</Top>
              <Left>8.0</Left>
              <Bottom>0.0</Bottom>
              <Right>0.0</Right>
            </Insets>
            <Visible>true</Visible>
          </Label>
          <DataDefinition>
            <Definition>row[&quot;OPENERS_UNIQUE&quot;]</Definition>
            <Grouping>
              <GroupType>Text</GroupType>
              <AggregateExpression>Sum</AggregateExpression>
            </Grouping>
          </DataDefinition>
          <SeriesIdentifier>ClicksBrutto=OpeningsNetto</SeriesIdentifier>
          <DataPoint>
            <Components>
              <Type>Orthogonal_Value</Type>
            </Components>
            <Separator>, </Separator>
          </DataPoint>
          <LabelPosition>Outside</LabelPosition>
          <Stacked>false</Stacked>
          <Triggers>
            <Condition>onclick</Condition>
            <Action>
              <Type>URL_Redirect</Type>
              <Value xsi:type="attribute:MultiURLValues">
                <URLValues>
                  <Label>
                    <Caption>
                      <Value>drill-through hours</Value>
                    </Caption>
                  </Label>
                  <BaseUrl>&lt;structure>
    &lt;property name=&quot;linkType&quot;>drill-through&lt;/property>
    &lt;property name=&quot;reportName&quot;>mailing_openers_progress.rptdesign&lt;/property>
    &lt;property name=&quot;targetBookmarkType&quot;>bookmark&lt;/property>
    &lt;property name=&quot;targetWindow&quot;>_self&lt;/property>
    &lt;property name=&quot;targetFileType&quot;>report-design&lt;/property>
    &lt;list-property name=&quot;paramBindings&quot;>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>companyID&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>&quot;&quot; + params[&quot;companyID&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>mailingID&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>&quot;&quot; + params[&quot;mailingID&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>language&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;language&quot;].value&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>startDate&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>row[&quot;DATETIME&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>stopDate&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>row[&quot;DATETIME&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>hourScale&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>true&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>selectedTargets&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;selectedTargets&quot;].value&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>recipientType&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;recipientType&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>viewChart&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;viewChart&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>emmsession&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;emmsession&quot;].value&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>sec&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;sec&quot;].value&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
    &lt;/list-property>
&lt;/structure>
</BaseUrl>
                  <BaseParameterName></BaseParameterName>
                  <ValueParameterName></ValueParameterName>
                  <SeriesParameterName></SeriesParameterName>
                </URLValues>
                <PropertiesMap>
                  <Key>Menu</Key>
                  <Value>zIndex:99999;backgroundColor:#FAFFF8;width:auto;height:auto;border:1px solid #333333;filter:progid:DXImageTransform.Microsoft.Shadow(Color:#333333,Direction=120,strength=5)</Value>
                </PropertiesMap>
                <PropertiesMap>
                  <Key>OnMouseOut</Key>
                  <Value>backgroundColor:#FAFFF8;color:#000000</Value>
                </PropertiesMap>
                <PropertiesMap>
                  <Key>OnMouseOver</Key>
                  <Value>backgroundColor:#245DDB;color:#FFFFFF</Value>
                </PropertiesMap>
                <PropertiesMap>
                  <Key>MenuItem</Key>
                  <Value>color:Black;fontSize:10pt;paddingLeft:10px;paddingRight:10px;paddingTop:2px;paddingBottom:2px</Value>
                </PropertiesMap>
              </Value>
            </Action>
          </Triggers>
          <Cursor>
            <Type>Pointer</Type>
          </Cursor>
          <Riser>Rectangle</Riser>
        </Series>
        <Grouping>
          <Enabled>false</Enabled>
          <GroupingInterval>1.0</GroupingInterval>
          <GroupType>Text</GroupType>
          <AggregateExpression>Sum</AggregateExpression>
        </Grouping>
        <Sorting>Ascending</Sorting>
        <SortKey>
          <Definition>row[&quot;COLUMN_INDEX&quot;]</Definition>
        </SortKey>
      </SeriesDefinitions>
      <Orientation>Vertical</Orientation>
      <LineAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </LineAttributes>
      <Label>
        <Caption>
          <Value></Value>
          <Font>
            <Name>Arial</Name>
            <Size>10.0</Size>
            <Alignment/>
          </Font>
          <Color>
            <Transparency>255</Transparency>
            <Red>45</Red>
            <Green>45</Green>
            <Blue>47</Blue>
          </Color>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>true</Visible>
      </Label>
      <LabelPosition>Left</LabelPosition>
      <MajorGrid>
        <LineAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>196</Red>
            <Green>196</Green>
            <Blue>196</Blue>
          </Color>
          <Visible>true</Visible>
        </LineAttributes>
        <TickStyle>Across</TickStyle>
        <TickAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>154</Red>
            <Green>154</Green>
            <Blue>154</Blue>
          </Color>
          <Visible>true</Visible>
        </TickAttributes>
      </MajorGrid>
      <MinorGrid>
        <LineAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>225</Red>
            <Green>225</Green>
            <Blue>225</Blue>
          </Color>
          <Visible>false</Visible>
        </LineAttributes>
        <TickStyle>Across</TickStyle>
        <TickAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>225</Red>
            <Green>225</Green>
            <Blue>225</Blue>
          </Color>
          <Visible>false</Visible>
        </TickAttributes>
      </MinorGrid>
      <Scale>
        <Min xsi:type="data:NumberDataElement">
          <Value>0.0</Value>
        </Min>
        <MinorGridsPerUnit>5</MinorGridsPerUnit>
        <AutoExpand>true</AutoExpand>
      </Scale>
      <Origin>
        <Type>Min</Type>
        <Value xsi:type="data:NumberDataElement">
          <Value>0.0</Value>
        </Value>
      </Origin>
      <PrimaryAxis>true</PrimaryAxis>
      <Percent>false</Percent>
    </AssociatedAxes>
    <SeriesDefinitions>
      <Query>
        <Definition></Definition>
      </Query>
      <SeriesPalette>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>80</Red>
          <Green>166</Green>
          <Blue>218</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>242</Red>
          <Green>88</Green>
          <Blue>106</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>232</Red>
          <Green>172</Green>
          <Blue>57</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>255</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>64</Red>
          <Green>128</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>170</Red>
          <Green>85</Green>
          <Blue>85</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>0</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>192</Red>
          <Green>192</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>192</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>7</Red>
          <Green>146</Green>
          <Blue>94</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>128</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>128</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>0</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>64</Green>
          <Blue>64</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>64</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>80</Red>
          <Green>240</Green>
          <Blue>120</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>64</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>0</Green>
          <Blue>64</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>0</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>64</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>64</Green>
          <Blue>0</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>0</Blue>
        </Entries>
      </SeriesPalette>
      <Series>
        <Visible>true</Visible>
        <Label>
          <Caption>
            <Value></Value>
            <Font>
              <Alignment/>
            </Font>
          </Caption>
          <Background xsi:type="attribute:ColorDefinition">
            <Transparency>0</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>255</Blue>
          </Background>
          <Outline>
            <Style>Solid</Style>
            <Thickness>1</Thickness>
            <Color>
              <Transparency>255</Transparency>
              <Red>0</Red>
              <Green>0</Green>
              <Blue>0</Blue>
            </Color>
            <Visible>false</Visible>
          </Outline>
          <Insets>
            <Top>0.0</Top>
            <Left>2.0</Left>
            <Bottom>0.0</Bottom>
            <Right>3.0</Right>
          </Insets>
          <Visible>false</Visible>
        </Label>
        <DataDefinition>
          <Definition>row[&quot;DATETIME&quot;]</Definition>
        </DataDefinition>
        <SeriesIdentifier></SeriesIdentifier>
        <DataPoint>
          <Components>
            <Type>Orthogonal_Value</Type>
          </Components>
          <Separator>, </Separator>
        </DataPoint>
        <LabelPosition>Outside</LabelPosition>
        <Stacked>false</Stacked>
      </Series>
      <Grouping>
        <Enabled>true</Enabled>
        <GroupingInterval>1.0</GroupingInterval>
        <GroupType>Text</GroupType>
        <AggregateExpression>Sum</AggregateExpression>
      </Grouping>
    </SeriesDefinitions>
    <Orientation>Horizontal</Orientation>
    <LineAttributes>
      <Style>Solid</Style>
      <Thickness>1</Thickness>
      <Color>
        <Transparency>255</Transparency>
        <Red>154</Red>
        <Green>154</Green>
        <Blue>154</Blue>
      </Color>
      <Visible>true</Visible>
    </LineAttributes>
    <Label>
      <Caption>
        <Value></Value>
        <Font>
          <Name>Arial</Name>
          <Size>10.0</Size>
          <Alignment/>
        </Font>
        <Color>
          <Transparency>255</Transparency>
          <Red>45</Red>
          <Green>45</Green>
          <Blue>47</Blue>
        </Color>
      </Caption>
      <Background xsi:type="attribute:ColorDefinition">
        <Transparency>0</Transparency>
        <Red>255</Red>
        <Green>255</Green>
        <Blue>255</Blue>
      </Background>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
      </Outline>
      <Insets>
        <Top>0.0</Top>
        <Left>2.0</Left>
        <Bottom>0.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Visible>true</Visible>
    </Label>
    <FormatSpecifier xsi:type="attribute:JavaDateFormatSpecifier">
      <Pattern>HH</Pattern>
    </FormatSpecifier>
    <LabelPosition>Below</LabelPosition>
    <MajorGrid>
      <LineAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>196</Red>
          <Green>196</Green>
          <Blue>196</Blue>
        </Color>
        <Visible>false</Visible>
      </LineAttributes>
      <TickStyle>Across</TickStyle>
      <TickAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>154</Red>
          <Green>154</Green>
          <Blue>154</Blue>
        </Color>
        <Visible>true</Visible>
      </TickAttributes>
    </MajorGrid>
    <MinorGrid>
      <LineAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>225</Red>
          <Green>225</Green>
          <Blue>225</Blue>
        </Color>
        <Visible>false</Visible>
      </LineAttributes>
      <TickStyle>Across</TickStyle>
      <TickAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>225</Red>
          <Green>225</Green>
          <Blue>225</Blue>
        </Color>
        <Visible>false</Visible>
      </TickAttributes>
    </MinorGrid>
    <Scale>
      <MinorGridsPerUnit>5</MinorGridsPerUnit>
    </Scale>
    <Origin>
      <Type>Min</Type>
      <Value xsi:type="data:NumberDataElement">
        <Value>0.0</Value>
      </Value>
    </Origin>
    <PrimaryAxis>true</PrimaryAxis>
    <CategoryAxis>true</CategoryAxis>
    <Percent>false</Percent>
  </Axes>
  <WallFill xsi:type="attribute:ColorDefinition">
    <Transparency>0</Transparency>
    <Red>255</Red>
    <Green>255</Green>
    <Blue>255</Blue>
  </WallFill>
  <FloorFill xsi:type="attribute:ColorDefinition">
    <Transparency>255</Transparency>
    <Red>192</Red>
    <Green>192</Green>
    <Blue>192</Blue>
  </FloorFill>
  <Orientation>Vertical</Orientation>
  <UnitSpacing>50.0</UnitSpacing>
  <Rotation/>
</model:ChartWithAxes>
]]></xml-property>
                                    <property name="outputFormat">SVG</property>
                                    <list-property name="action">
                                        <structure>
                                            <property name="targetWindow">_self</property>
                                            <property name="linkType">drill-through</property>
                                            <property name="targetFileType">report-design</property>
                                            <property name="targetBookmarkType">bookmark</property>
                                            <property name="reportName">mailing_openers_progress.rptdesign</property>
                                            <list-property name="paramBindings">
                                                <structure>
                                                    <property name="paramName">companyID</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">"" + params["companyID"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">mailingID</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">"" + params["mailingID"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">language</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["language"].value</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">startDate</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">row["DATETIME"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">stopDate</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">row["DATETIME"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">hourScale</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">true</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">selectedTargets</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["selectedTargets"].value</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">recipientType</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["recipientType"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">viewChart</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["viewChart"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">emmsession</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["emmsession"].value</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">sec</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["sec"].value</value>
                                                    </simple-property-list>
                                                </structure>
                                            </list-property>
                                        </structure>
                                    </list-property>
                                    <list-property name="filter">
                                        <structure>
                                            <property name="operator">eq</property>
                                            <expression name="expr" type="javascript">row["DEVICECLASSID"]</expression>
                                            <simple-property-list name="value1">
                                                <value>4</value>
                                            </simple-property-list>
                                            <property name="updateAggregation">true</property>
                                        </structure>
                                    </list-property>
                                    <property name="inheritColumns">false</property>
                                    <property name="fontFamily">"Arial"</property>
                                    <property name="color">#707173</property>
                                    <property name="height">320px</property>
                                    <property name="width">780px</property>
                                    <property name="dataSet">MailingOpenersTimeBasedDataSet</property>
                                    <list-property name="boundDataColumns">
                                        <structure>
                                            <property name="name">DATETIME</property>
                                            <expression name="expression" type="javascript">dataSetRow["DATETIME"]</expression>
                                            <property name="dataType">date-time</property>
                                        </structure>
                                        <structure>
                                            <property name="name">OPENERS_UNIQUE</property>
                                            <expression name="expression" type="javascript">dataSetRow["OPENERS_UNIQUE"]</expression>
                                            <property name="dataType">integer</property>
                                        </structure>
                                        <structure>
                                            <property name="name">OPENINGS_GROSS</property>
                                            <expression name="expression" type="javascript">dataSetRow["OPENINGS_GROSS"]</expression>
                                            <property name="dataType">integer</property>
                                        </structure>
                                        <structure>
                                            <property name="name">TARGETGROUP</property>
                                            <expression name="expression" type="javascript">dataSetRow["TARGETGROUP"]</expression>
                                            <property name="dataType">string</property>
                                        </structure>
                                        <structure>
                                            <property name="name">DEVICECLASSID</property>
                                            <expression name="expression" type="javascript">dataSetRow["DEVICECLASSID"]</expression>
                                            <property name="dataType">integer</property>
                                        </structure>
                                        <structure>
                                            <property name="name">COLUMN_INDEX</property>
                                            <expression name="expression" type="javascript">dataSetRow["COLUMN_INDEX"]</expression>
                                            <property name="dataType">integer</property>
                                            <property name="allowExport">false</property>
                                        </structure>
                                    </list-property>
                                </extended-item>
                            </cell>
                        </row>
                    </grid>
                </cell>
            </row>
            <row id="739">
                <list-property name="visibility">
                    <structure>
                        <property name="format">all</property>
                        <expression name="valueExpr" type="javascript">params["selectedTargets"] == null || params["selectedTargets"] == ""</expression>
                    </structure>
                </list-property>
                <cell id="740">
                    <property name="style">full-width</property>
                    <property name="textAlign">left</property>
                    <grid name="openersUniqueMixedGrid" id="741">
                        <property name="style">table</property>
                        <column id="742"/>
                        <row id="743">
                            <cell id="744">
                                <property name="style">report-title</property>
                                <property name="textAlign">center</property>
                                <text-data id="745">
                                    <property name="textAlign">left</property>
                                    <expression name="valueExpr">tr("OpeningsNet") + " (" + tr("report.device.mixed") + ")"</expression>
                                </text-data>
                            </cell>
                        </row>
                        <row id="746">
                            <cell id="747">
                                <property name="textAlign">center</property>
                                <extended-item extensionName="Chart" name="openersUniqueMixedChart" id="752">
                                    <xml-property name="xmlRepresentation"><![CDATA[<model:ChartWithAxes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:attribute="http://www.birt.eclipse.org/ChartModelAttribute" xmlns:data="http://www.birt.eclipse.org/ChartModelData" xmlns:layout="http://www.birt.eclipse.org/ChartModelLayout" xmlns:model="http://www.birt.eclipse.org/ChartModel" xmlns:type="http://www.birt.eclipse.org/ChartModelType">
  <Version>2.6.1</Version>
  <Type>Bar Chart</Type>
  <SubType>Side-by-side</SubType>
  <Description>
    <Value></Value>
    <Font>
      <Alignment/>
    </Font>
  </Description>
  <Block>
    <Children xsi:type="layout:TitleBlock">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>false</Visible>
      <Label>
        <Caption>
          <Value>ClicksNetto</Value>
          <Font>
            <Name>Arial</Name>
            <Size>10.0</Size>
            <Bold>true</Bold>
            <Alignment>
              <horizontalAlignment>Center</horizontalAlignment>
              <verticalAlignment>Center</verticalAlignment>
            </Alignment>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>true</Visible>
      </Label>
    </Children>
    <Children xsi:type="layout:Plot">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <HorizontalSpacing>5</HorizontalSpacing>
      <VerticalSpacing>5</VerticalSpacing>
      <ClientArea>
        <Outline>
          <Style>Solid</Style>
          <Thickness>0</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>0.0</Left>
          <Bottom>0.0</Bottom>
          <Right>0.0</Right>
        </Insets>
      </ClientArea>
    </Children>
    <Children xsi:type="layout:Legend">
      <Bounds>
        <Left>0.0</Left>
        <Top>0.0</Top>
        <Width>0.0</Width>
        <Height>0.0</Height>
      </Bounds>
      <Stretch>Horizontal</Stretch>
      <Insets>
        <Top>3.0</Top>
        <Left>3.0</Left>
        <Bottom>3.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Row>-1</Row>
      <Column>-1</Column>
      <Rowspan>-1</Rowspan>
      <Columnspan>-1</Columnspan>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </Outline>
      <Visible>true</Visible>
      <ClientArea>
        <Outline>
          <Style>Solid</Style>
          <Thickness>0</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>2.0</Top>
          <Left>2.0</Left>
          <Bottom>2.0</Bottom>
          <Right>2.0</Right>
        </Insets>
      </ClientArea>
      <Text>
        <Value></Value>
        <Font>
          <Name>Arial</Name>
          <Size>10.0</Size>
          <Alignment/>
        </Font>
        <Color>
          <Transparency>255</Transparency>
          <Red>45</Red>
          <Green>45</Green>
          <Blue>47</Blue>
        </Color>
      </Text>
      <Orientation>Horizontal</Orientation>
      <Direction>Left_Right</Direction>
      <Separator>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>true</Visible>
      </Separator>
      <Position>Below</Position>
      <ItemType>Series</ItemType>
      <Title>
        <Caption>
          <Value></Value>
          <Font>
            <Alignment/>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
          <Visible>false</Visible>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>false</Visible>
      </Title>
      <TitlePosition>Above</TitlePosition>
    </Children>
    <Bounds>
      <Left>0.0</Left>
      <Top>0.0</Top>
      <Width>585.0</Width>
      <Height>254.25</Height>
    </Bounds>
    <Insets>
      <Top>3.0</Top>
      <Left>3.0</Left>
      <Bottom>3.0</Bottom>
      <Right>3.0</Right>
    </Insets>
    <Row>-1</Row>
    <Column>-1</Column>
    <Rowspan>-1</Rowspan>
    <Columnspan>-1</Columnspan>
    <Outline>
      <Style>Solid</Style>
      <Thickness>1</Thickness>
      <Color>
        <Transparency>255</Transparency>
        <Red>0</Red>
        <Green>0</Green>
        <Blue>0</Blue>
      </Color>
      <Visible>false</Visible>
    </Outline>
    <Background xsi:type="attribute:ColorDefinition">
      <Transparency>0</Transparency>
      <Red>255</Red>
      <Green>255</Green>
      <Blue>255</Blue>
    </Background>
    <Visible>true</Visible>
  </Block>
  <Dimension>Two_Dimensional</Dimension>
  <Script>importPackage( Packages.org.eclipse.birt.chart.model.attribute );
importPackage( Packages.org.eclipse.birt.chart.model.attribute.impl );
importPackage( Packages.org.eclipse.birt.chart.model.data.impl );
importPackage( Packages.org.eclipse.birt.report.model.api.util );
importPackage( Packages.java.lang );


function beforeDrawAxisTitle( axis, label, icsc )
{
	if (label.getCaption().getValue() == &quot;xAxis&quot;) {
		reportContext =  icsc.getExternalContext().getObject(); 
		if (reportContext.getParameterValue(&quot;hourScale&quot;)==true) {
			xAxisTitle = Packages.com.agnitas.messages.I18nString.getLocaleString(&quot;Time&quot;, reportContext.getLocale())
		} else {
			xAxisTitle = Packages.com.agnitas.messages.I18nString.getLocaleString(&quot;settings.fieldType.DATE&quot;, reportContext.getLocale());
		}
		label.getCaption().setValue(xAxisTitle);
	}
}


/**
 * Called before generation of chart model to GeneratedChartState.
 * 
 * @param chart
 *            Chart
 * @param icsc
 *            IChartScriptContext
 */

function beforeGeneration( chart, icsc )
{
	reportContext = icsc.getExternalContext().getObject();
	
    chart.getEmptyMessage().getCaption().setValue(Packages.com.agnitas.messages.I18nString.getLocaleString(&quot;birt.noDataAvailable&quot;, reportContext.getLocale()));
	
	xAxis = chart.getBaseAxes()[0];
 	xAxis.setType(AxisType.DATE_TIME_LITERAL);
 	
 	if (reportContext.getParameterValue(&quot;hourScale&quot;)==true) {
		 xAxis.setFormatSpecifier(JavaDateFormatSpecifierImpl.create(&quot;HH:mm&quot;));
	}
	
	if  (reportContext.getParameterValue(&quot;hourScale&quot;)==false ) {
		 xAxis.setFormatSpecifier(JavaDateFormatSpecifierImpl.create(&quot;dd-MM-yyyy&quot;));
	}
	
}

</Script>
  <Units>Points</Units>
  <SeriesThickness>10.0</SeriesThickness>
  <ExtendedProperties>
    <Name>enable.area.alt</Name>
    <Value>false</Value>
  </ExtendedProperties>
  <SampleData>
    <BaseSampleData>
      <DataSetRepresentation>01/05/2000,02/01/2000,04/12/2000,03/12/2000,02/29/2000</DataSetRepresentation>
    </BaseSampleData>
    <OrthogonalSampleData>
      <DataSetRepresentation>10.0,8.0,24.0</DataSetRepresentation>
      <SeriesDefinitionIndex>0</SeriesDefinitionIndex>
    </OrthogonalSampleData>
  </SampleData>
  <Interactivity/>
  <EmptyMessage>
    <Caption>
      <Value></Value>
      <Font>
        <Alignment>
          <horizontalAlignment>Center</horizontalAlignment>
          <verticalAlignment>Center</verticalAlignment>
        </Alignment>
      </Font>
    </Caption>
    <Background xsi:type="attribute:ColorDefinition">
      <Transparency>0</Transparency>
      <Red>255</Red>
      <Green>255</Green>
      <Blue>255</Blue>
    </Background>
    <Outline>
      <Style>Solid</Style>
      <Thickness>1</Thickness>
      <Color>
        <Transparency>255</Transparency>
        <Red>0</Red>
        <Green>0</Green>
        <Blue>0</Blue>
      </Color>
      <Visible>true</Visible>
    </Outline>
    <Insets>
      <Top>0.0</Top>
      <Left>2.0</Left>
      <Bottom>0.0</Bottom>
      <Right>3.0</Right>
    </Insets>
    <Visible>true</Visible>
  </EmptyMessage>
  <Axes>
    <Type>DateTime</Type>
    <Title>
      <Caption>
        <Value>xAxis</Value>
        <Font>
          <Name>Arial</Name>
          <Size>10.0</Size>
          <Bold>false</Bold>
          <Alignment>
            <horizontalAlignment>Center</horizontalAlignment>
            <verticalAlignment>Center</verticalAlignment>
          </Alignment>
          <Rotation>0.0</Rotation>
        </Font>
      </Caption>
      <Background xsi:type="attribute:ColorDefinition">
        <Transparency>0</Transparency>
        <Red>255</Red>
        <Green>255</Green>
        <Blue>255</Blue>
      </Background>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
      </Outline>
      <Insets>
        <Top>0.0</Top>
        <Left>450.0</Left>
        <Bottom>0.0</Bottom>
        <Right>4.0</Right>
      </Insets>
      <Visible>true</Visible>
    </Title>
    <TitlePosition>Below</TitlePosition>
    <AssociatedAxes>
      <Type>Linear</Type>
      <Title>
        <Caption>
          <Value>ClicksBrutto=ClicksBrutto</Value>
          <Font>
            <Name>SansSerif</Name>
            <Size>8.0</Size>
            <Bold>true</Bold>
            <Alignment>
              <horizontalAlignment>Right</horizontalAlignment>
              <verticalAlignment>Bottom</verticalAlignment>
            </Alignment>
            <Rotation>90.0</Rotation>
          </Font>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>2.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>false</Visible>
      </Title>
      <TitlePosition>Left</TitlePosition>
      <SeriesDefinitions>
        <Query>
          <Definition>row[&quot;TARGETGROUP&quot;]</Definition>
          <Grouping>
            <GroupType>Text</GroupType>
          </Grouping>
        </Query>
        <SeriesPalette>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>113</Green>
            <Blue>185</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>155</Green>
            <Blue>255</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>99</Red>
            <Green>194</Green>
            <Blue>255</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>85</Green>
            <Blue>138</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>146</Red>
            <Green>208</Green>
            <Blue>79</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>105</Red>
            <Green>161</Green>
            <Blue>41</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>65</Red>
            <Green>100</Green>
            <Blue>26</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>153</Green>
            <Blue>153</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>100</Green>
            <Blue>100</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>124</Red>
            <Green>0</Green>
            <Blue>168</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>169</Red>
            <Green>26</Green>
            <Blue>26</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>223</Red>
            <Green>56</Green>
            <Blue>56</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>245</Red>
            <Green>118</Green>
            <Blue>14</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>192</Green>
            <Blue>0</Blue>
          </Entries>
          <Entries xsi:type="attribute:ColorDefinition">
            <Transparency>255</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>0</Blue>
          </Entries>
        </SeriesPalette>
        <Series xsi:type="type:BarSeries">
          <Visible>true</Visible>
          <Label>
            <Caption>
              <Value></Value>
              <Font>
                <Name>Arial</Name>
                <Size>10.0</Size>
                <Bold>true</Bold>
                <Alignment/>
                <Rotation>90.0</Rotation>
              </Font>
              <Color>
                <Transparency>255</Transparency>
                <Red>0</Red>
                <Green>0</Green>
                <Blue>0</Blue>
              </Color>
            </Caption>
            <Background xsi:type="attribute:ColorDefinition">
              <Transparency>0</Transparency>
              <Red>255</Red>
              <Green>255</Green>
              <Blue>255</Blue>
            </Background>
            <Outline>
              <Style>Solid</Style>
              <Thickness>1</Thickness>
              <Color>
                <Transparency>255</Transparency>
                <Red>0</Red>
                <Green>0</Green>
                <Blue>0</Blue>
              </Color>
              <Visible>false</Visible>
            </Outline>
            <Insets>
              <Top>0.0</Top>
              <Left>8.0</Left>
              <Bottom>0.0</Bottom>
              <Right>0.0</Right>
            </Insets>
            <Visible>true</Visible>
          </Label>
          <DataDefinition>
            <Definition>row[&quot;OPENERS_UNIQUE&quot;]</Definition>
            <Grouping>
              <GroupType>Text</GroupType>
              <AggregateExpression>Sum</AggregateExpression>
            </Grouping>
          </DataDefinition>
          <SeriesIdentifier>ClicksBrutto=OpeningsNetto</SeriesIdentifier>
          <DataPoint>
            <Components>
              <Type>Orthogonal_Value</Type>
            </Components>
            <Separator>, </Separator>
          </DataPoint>
          <LabelPosition>Outside</LabelPosition>
          <Stacked>false</Stacked>
          <Triggers>
            <Condition>onclick</Condition>
            <Action>
              <Type>URL_Redirect</Type>
              <Value xsi:type="attribute:MultiURLValues">
                <URLValues>
                  <Label>
                    <Caption>
                      <Value>drill-through hours</Value>
                    </Caption>
                  </Label>
                  <BaseUrl>&lt;structure>
    &lt;property name=&quot;linkType&quot;>drill-through&lt;/property>
    &lt;property name=&quot;reportName&quot;>mailing_openers_progress.rptdesign&lt;/property>
    &lt;property name=&quot;targetBookmarkType&quot;>bookmark&lt;/property>
    &lt;property name=&quot;targetWindow&quot;>_self&lt;/property>
    &lt;property name=&quot;targetFileType&quot;>report-design&lt;/property>
    &lt;list-property name=&quot;paramBindings&quot;>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>companyID&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>&quot;&quot; + params[&quot;companyID&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>mailingID&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>&quot;&quot; + params[&quot;mailingID&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>language&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;language&quot;].value&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>startDate&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>row[&quot;DATETIME&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>stopDate&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>row[&quot;DATETIME&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>hourScale&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>true&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>selectedTargets&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;selectedTargets&quot;].value&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>recipientType&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;recipientType&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>viewChart&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;viewChart&quot;]&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>emmsession&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;emmsession&quot;].value&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
        &lt;structure>
            &lt;property name=&quot;paramName&quot;>sec&lt;/property>
            &lt;simple-property-list name=&quot;expression&quot;>
                &lt;value type=&quot;javascript&quot;>params[&quot;sec&quot;].value&lt;/value>
            &lt;/simple-property-list>
        &lt;/structure>
    &lt;/list-property>
&lt;/structure>
</BaseUrl>
                  <BaseParameterName></BaseParameterName>
                  <ValueParameterName></ValueParameterName>
                  <SeriesParameterName></SeriesParameterName>
                </URLValues>
                <PropertiesMap>
                  <Key>Menu</Key>
                  <Value>zIndex:99999;backgroundColor:#FAFFF8;width:auto;height:auto;border:1px solid #333333;filter:progid:DXImageTransform.Microsoft.Shadow(Color:#333333,Direction=120,strength=5)</Value>
                </PropertiesMap>
                <PropertiesMap>
                  <Key>OnMouseOut</Key>
                  <Value>backgroundColor:#FAFFF8;color:#000000</Value>
                </PropertiesMap>
                <PropertiesMap>
                  <Key>OnMouseOver</Key>
                  <Value>backgroundColor:#245DDB;color:#FFFFFF</Value>
                </PropertiesMap>
                <PropertiesMap>
                  <Key>MenuItem</Key>
                  <Value>color:Black;fontSize:10pt;paddingLeft:10px;paddingRight:10px;paddingTop:2px;paddingBottom:2px</Value>
                </PropertiesMap>
              </Value>
            </Action>
          </Triggers>
          <Cursor>
            <Type>Pointer</Type>
          </Cursor>
          <Riser>Rectangle</Riser>
        </Series>
        <Grouping>
          <Enabled>false</Enabled>
          <GroupingInterval>1.0</GroupingInterval>
          <GroupType>Text</GroupType>
          <AggregateExpression>Sum</AggregateExpression>
        </Grouping>
        <Sorting>Ascending</Sorting>
        <SortKey>
          <Definition>row[&quot;COLUMN_INDEX&quot;]</Definition>
        </SortKey>
      </SeriesDefinitions>
      <Orientation>Vertical</Orientation>
      <LineAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
        <Visible>false</Visible>
      </LineAttributes>
      <Label>
        <Caption>
          <Value></Value>
          <Font>
            <Name>Arial</Name>
            <Size>10.0</Size>
            <Alignment/>
          </Font>
          <Color>
            <Transparency>255</Transparency>
            <Red>45</Red>
            <Green>45</Green>
            <Blue>47</Blue>
          </Color>
        </Caption>
        <Background xsi:type="attribute:ColorDefinition">
          <Transparency>0</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Background>
        <Outline>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>0</Red>
            <Green>0</Green>
            <Blue>0</Blue>
          </Color>
        </Outline>
        <Insets>
          <Top>0.0</Top>
          <Left>2.0</Left>
          <Bottom>0.0</Bottom>
          <Right>3.0</Right>
        </Insets>
        <Visible>true</Visible>
      </Label>
      <LabelPosition>Left</LabelPosition>
      <MajorGrid>
        <LineAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>196</Red>
            <Green>196</Green>
            <Blue>196</Blue>
          </Color>
          <Visible>true</Visible>
        </LineAttributes>
        <TickStyle>Across</TickStyle>
        <TickAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>154</Red>
            <Green>154</Green>
            <Blue>154</Blue>
          </Color>
          <Visible>true</Visible>
        </TickAttributes>
      </MajorGrid>
      <MinorGrid>
        <LineAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>225</Red>
            <Green>225</Green>
            <Blue>225</Blue>
          </Color>
          <Visible>false</Visible>
        </LineAttributes>
        <TickStyle>Across</TickStyle>
        <TickAttributes>
          <Style>Solid</Style>
          <Thickness>1</Thickness>
          <Color>
            <Transparency>255</Transparency>
            <Red>225</Red>
            <Green>225</Green>
            <Blue>225</Blue>
          </Color>
          <Visible>false</Visible>
        </TickAttributes>
      </MinorGrid>
      <Scale>
        <Min xsi:type="data:NumberDataElement">
          <Value>0.0</Value>
        </Min>
        <MinorGridsPerUnit>5</MinorGridsPerUnit>
        <AutoExpand>true</AutoExpand>
      </Scale>
      <Origin>
        <Type>Min</Type>
        <Value xsi:type="data:NumberDataElement">
          <Value>0.0</Value>
        </Value>
      </Origin>
      <PrimaryAxis>true</PrimaryAxis>
      <Percent>false</Percent>
    </AssociatedAxes>
    <SeriesDefinitions>
      <Query>
        <Definition></Definition>
      </Query>
      <SeriesPalette>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>80</Red>
          <Green>166</Green>
          <Blue>218</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>242</Red>
          <Green>88</Green>
          <Blue>106</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>232</Red>
          <Green>172</Green>
          <Blue>57</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>255</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>64</Red>
          <Green>128</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>170</Red>
          <Green>85</Green>
          <Blue>85</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>0</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>192</Red>
          <Green>192</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>192</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>7</Red>
          <Green>146</Green>
          <Blue>94</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>128</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>128</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>192</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>0</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>64</Green>
          <Blue>64</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>64</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>80</Red>
          <Green>240</Green>
          <Blue>120</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>64</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>0</Green>
          <Blue>64</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>0</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>64</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>128</Red>
          <Green>128</Green>
          <Blue>128</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>64</Green>
          <Blue>0</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>255</Green>
          <Blue>255</Blue>
        </Entries>
        <Entries xsi:type="attribute:ColorDefinition">
          <Transparency>255</Transparency>
          <Red>255</Red>
          <Green>128</Green>
          <Blue>0</Blue>
        </Entries>
      </SeriesPalette>
      <Series>
        <Visible>true</Visible>
        <Label>
          <Caption>
            <Value></Value>
            <Font>
              <Alignment/>
            </Font>
          </Caption>
          <Background xsi:type="attribute:ColorDefinition">
            <Transparency>0</Transparency>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>255</Blue>
          </Background>
          <Outline>
            <Style>Solid</Style>
            <Thickness>1</Thickness>
            <Color>
              <Transparency>255</Transparency>
              <Red>0</Red>
              <Green>0</Green>
              <Blue>0</Blue>
            </Color>
            <Visible>false</Visible>
          </Outline>
          <Insets>
            <Top>0.0</Top>
            <Left>2.0</Left>
            <Bottom>0.0</Bottom>
            <Right>3.0</Right>
          </Insets>
          <Visible>false</Visible>
        </Label>
        <DataDefinition>
          <Definition>row[&quot;DATETIME&quot;]</Definition>
        </DataDefinition>
        <SeriesIdentifier></SeriesIdentifier>
        <DataPoint>
          <Components>
            <Type>Orthogonal_Value</Type>
          </Components>
          <Separator>, </Separator>
        </DataPoint>
        <LabelPosition>Outside</LabelPosition>
        <Stacked>false</Stacked>
      </Series>
      <Grouping>
        <Enabled>true</Enabled>
        <GroupingInterval>1.0</GroupingInterval>
        <GroupType>Text</GroupType>
        <AggregateExpression>Sum</AggregateExpression>
      </Grouping>
    </SeriesDefinitions>
    <Orientation>Horizontal</Orientation>
    <LineAttributes>
      <Style>Solid</Style>
      <Thickness>1</Thickness>
      <Color>
        <Transparency>255</Transparency>
        <Red>154</Red>
        <Green>154</Green>
        <Blue>154</Blue>
      </Color>
      <Visible>true</Visible>
    </LineAttributes>
    <Label>
      <Caption>
        <Value></Value>
        <Font>
          <Name>Arial</Name>
          <Size>10.0</Size>
          <Alignment/>
        </Font>
        <Color>
          <Transparency>255</Transparency>
          <Red>45</Red>
          <Green>45</Green>
          <Blue>47</Blue>
        </Color>
      </Caption>
      <Background xsi:type="attribute:ColorDefinition">
        <Transparency>0</Transparency>
        <Red>255</Red>
        <Green>255</Green>
        <Blue>255</Blue>
      </Background>
      <Outline>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>0</Red>
          <Green>0</Green>
          <Blue>0</Blue>
        </Color>
      </Outline>
      <Insets>
        <Top>0.0</Top>
        <Left>2.0</Left>
        <Bottom>0.0</Bottom>
        <Right>3.0</Right>
      </Insets>
      <Visible>true</Visible>
    </Label>
    <FormatSpecifier xsi:type="attribute:JavaDateFormatSpecifier">
      <Pattern>HH</Pattern>
    </FormatSpecifier>
    <LabelPosition>Below</LabelPosition>
    <MajorGrid>
      <LineAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>196</Red>
          <Green>196</Green>
          <Blue>196</Blue>
        </Color>
        <Visible>false</Visible>
      </LineAttributes>
      <TickStyle>Across</TickStyle>
      <TickAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>154</Red>
          <Green>154</Green>
          <Blue>154</Blue>
        </Color>
        <Visible>true</Visible>
      </TickAttributes>
    </MajorGrid>
    <MinorGrid>
      <LineAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>225</Red>
          <Green>225</Green>
          <Blue>225</Blue>
        </Color>
        <Visible>false</Visible>
      </LineAttributes>
      <TickStyle>Across</TickStyle>
      <TickAttributes>
        <Style>Solid</Style>
        <Thickness>1</Thickness>
        <Color>
          <Transparency>255</Transparency>
          <Red>225</Red>
          <Green>225</Green>
          <Blue>225</Blue>
        </Color>
        <Visible>false</Visible>
      </TickAttributes>
    </MinorGrid>
    <Scale>
      <MinorGridsPerUnit>5</MinorGridsPerUnit>
    </Scale>
    <Origin>
      <Type>Min</Type>
      <Value xsi:type="data:NumberDataElement">
        <Value>0.0</Value>
      </Value>
    </Origin>
    <PrimaryAxis>true</PrimaryAxis>
    <CategoryAxis>true</CategoryAxis>
    <Percent>false</Percent>
  </Axes>
  <WallFill xsi:type="attribute:ColorDefinition">
    <Transparency>0</Transparency>
    <Red>255</Red>
    <Green>255</Green>
    <Blue>255</Blue>
  </WallFill>
  <FloorFill xsi:type="attribute:ColorDefinition">
    <Transparency>255</Transparency>
    <Red>192</Red>
    <Green>192</Green>
    <Blue>192</Blue>
  </FloorFill>
  <Orientation>Vertical</Orientation>
  <UnitSpacing>50.0</UnitSpacing>
  <Rotation/>
</model:ChartWithAxes>
]]></xml-property>
                                    <property name="outputFormat">SVG</property>
                                    <list-property name="action">
                                        <structure>
                                            <property name="targetWindow">_self</property>
                                            <property name="linkType">drill-through</property>
                                            <property name="targetFileType">report-design</property>
                                            <property name="targetBookmarkType">bookmark</property>
                                            <property name="reportName">mailing_openers_progress.rptdesign</property>
                                            <list-property name="paramBindings">
                                                <structure>
                                                    <property name="paramName">companyID</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">"" + params["companyID"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">mailingID</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">"" + params["mailingID"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">language</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["language"].value</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">startDate</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">row["DATETIME"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">stopDate</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">row["DATETIME"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">hourScale</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">true</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">selectedTargets</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["selectedTargets"].value</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">recipientType</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["recipientType"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">viewChart</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["viewChart"]</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">emmsession</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["emmsession"].value</value>
                                                    </simple-property-list>
                                                </structure>
                                                <structure>
                                                    <property name="paramName">sec</property>
                                                    <simple-property-list name="expression">
                                                        <value type="javascript">params["sec"].value</value>
                                                    </simple-property-list>
                                                </structure>
                                            </list-property>
                                        </structure>
                                    </list-property>
                                    <list-property name="filter">
                                        <structure>
                                            <property name="operator">eq</property>
                                            <expression name="expr" type="javascript">row["DEVICECLASSID"]</expression>
                                            <simple-property-list name="value1">
                                                <value>0</value>
                                            </simple-property-list>
                                            <property name="updateAggregation">true</property>
                                        </structure>
                                    </list-property>
                                    <property name="inheritColumns">false</property>
                                    <property name="fontFamily">"Arial"</property>
                                    <property name="color">#707173</property>
                                    <property name="height">320px</property>
                                    <property name="width">780px</property>
                                    <property name="dataSet">MailingOpenersTimeBasedDataSet</property>
                                    <list-property name="boundDataColumns">
                                        <structure>
                                            <property name="name">DATETIME</property>
                                            <expression name="expression" type="javascript">dataSetRow["DATETIME"]</expression>
                                            <property name="dataType">date-time</property>
                                        </structure>
                                        <structure>
                                            <property name="name">OPENERS_UNIQUE</property>
                                            <expression name="expression" type="javascript">dataSetRow["OPENERS_UNIQUE"]</expression>
                                            <property name="dataType">integer</property>
                                        </structure>
                                        <structure>
                                            <property name="name">OPENINGS_GROSS</property>
                                            <expression name="expression" type="javascript">dataSetRow["OPENINGS_GROSS"]</expression>
                                            <property name="dataType">integer</property>
                                        </structure>
                                        <structure>
                                            <property name="name">TARGETGROUP</property>
                                            <expression name="expression" type="javascript">dataSetRow["TARGETGROUP"]</expression>
                                            <property name="dataType">string</property>
                                        </structure>
                                        <structure>
                                            <property name="name">DEVICECLASSID</property>
                                            <expression name="expression" type="javascript">dataSetRow["DEVICECLASSID"]</expression>
                                            <property name="dataType">integer</property>
                                        </structure>
                                        <structure>
                                            <property name="name">COLUMN_INDEX</property>
                                            <expression name="expression" type="javascript">dataSetRow["COLUMN_INDEX"]</expression>
                                            <property name="dataType">integer</property>
                                            <property name="allowExport">false</property>
                                        </structure>
                                    </list-property>
                                </extended-item>
                            </cell>
                        </row>
                    </grid>
                </cell>
            </row>
        </grid>
        <table name="csvData" id="753">
            <property name="dataSet">MailingOpenersTimeBasedDataSet</property>
            <list-property name="boundDataColumns">
                <structure>
                    <property name="name">DATETIME</property>
                    <text-property name="displayName">DATETIME</text-property>
                    <expression name="expression" type="javascript">if (reportContext.getParameterValue("hourScale") == true) {
                            dateformat = new Packages.java.text.SimpleDateFormat("dd.MM.yyyy hh:mm");
                            dateformat.format(dataSetRow["DATETIME"]);
                        } else {
                            dateformat = new Packages.java.text.SimpleDateFormat("dd.MM.yyyy");
                            dateformat.format(dataSetRow["DATETIME"]);
                        }
                    </expression>
                    <property name="dataType">string</property>
                </structure>
                <structure>
                    <property name="name">OPENERS_UNIQUE</property>
                    <text-property name="displayName">OPENERS_UNIQUE</text-property>
                    <expression name="expression" type="javascript">dataSetRow["OPENERS_UNIQUE"]</expression>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="name">TARGETGROUP</property>
                    <text-property name="displayName">TARGETGROUP</text-property>
                    <expression name="expression" type="javascript">dataSetRow["TARGETGROUP"]</expression>
                    <property name="dataType">string</property>
                </structure>
                <structure>
                    <property name="name">COLUMN_INDEX</property>
                    <text-property name="displayName">COLUMN_INDEX</text-property>
                    <expression name="expression" type="javascript">dataSetRow["COLUMN_INDEX"]</expression>
                    <property name="dataType">integer</property>
                </structure>
                <structure>
                    <property name="name">DEVICECLASSID</property>
                    <text-property name="displayName">DEVICECLASSID</text-property>
                    <expression name="expression" type="javascript">dataSetRow["DEVICECLASSID"]</expression>
                    <property name="dataType">integer</property>
                </structure>
            </list-property>
            <property name="repeatHeader">false</property>
            <list-property name="sort">
                <structure>
                    <expression name="key" type="javascript">row["DATETIME"]</expression>
                    <property name="direction">asc</property>
                    <property name="strength">0</property>
                </structure>
                <structure>
                    <expression name="key" type="javascript">row["COLUMN_INDEX"]</expression>
                    <property name="direction">asc</property>
                    <property name="strength">1</property>
                </structure>
            </list-property>
            <column id="782"/>
            <column id="783"/>
            <column id="784"/>
            <column id="786"/>
            <header>
                <row id="754">
                    <cell id="755">
                        <text-data id="787">
                            <expression name="valueExpr">tr("Date")</expression>
                            <property name="contentType">auto</property>
                        </text-data>
                    </cell>
                    <cell id="757">
                        <text-data id="788">
                            <expression name="valueExpr">tr("OpeningsNet")</expression>
                            <property name="contentType">auto</property>
                        </text-data>
                    </cell>
                    <cell id="759">
                        <text-data id="789">
                            <expression name="valueExpr">tr("Target")</expression>
                            <property name="contentType">auto</property>
                        </text-data>
                    </cell>
                    <cell id="763">
                        <text-data id="790">
                            <expression name="valueExpr">tr("recipient.deviceType")</expression>
                            <property name="contentType">auto</property>
                        </text-data>
                    </cell>
                </row>
            </header>
            <detail>
                <row id="765">
                    <cell id="766">
                        <data id="767">
                            <property name="resultSetColumn">DATETIME</property>
                        </data>
                    </cell>
                    <cell id="768">
                        <data id="769">
                            <property name="resultSetColumn">OPENERS_UNIQUE</property>
                        </data>
                    </cell>
                    <cell id="770">
                        <data id="771">
                            <property name="resultSetColumn">TARGETGROUP</property>
                        </data>
                    </cell>
                    <cell id="774">
                        <text-data id="792">
                            <list-property name="visibility">
                                <structure>
                                    <property name="format">all</property>
                                    <expression name="valueExpr" type="javascript">row["DEVICECLASSID"] != 1</expression>
                                </structure>
                            </list-property>
                            <expression name="valueExpr">tr("report.device.desktop")</expression>
                            <property name="contentType">auto</property>
                        </text-data>
                        <text-data id="798">
                            <list-property name="visibility">
                                <structure>
                                    <property name="format">all</property>
                                    <expression name="valueExpr" type="javascript">row["DEVICECLASSID"] != 0</expression>
                                </structure>
                            </list-property>
                            <expression name="valueExpr">tr("report.device.mixed")</expression>
                            <property name="contentType">auto</property>
                        </text-data>
                        <text-data id="793">
                            <list-property name="visibility">
                                <structure>
                                    <property name="format">all</property>
                                    <expression name="valueExpr" type="javascript">row["DEVICECLASSID"] != 2</expression>
                                </structure>
                            </list-property>
                            <expression name="valueExpr">tr("report.device.mobile")</expression>
                            <property name="contentType">auto</property>
                        </text-data>
                        <text-data id="795">
                            <list-property name="visibility">
                                <structure>
                                    <property name="format">all</property>
                                    <expression name="valueExpr" type="javascript">row["DEVICECLASSID"] != 3</expression>
                                </structure>
                            </list-property>
                            <expression name="valueExpr">tr("report.device.tablet")</expression>
                            <property name="contentType">auto</property>
                        </text-data>
                        <text-data id="796">
                            <list-property name="visibility">
                                <structure>
                                    <property name="format">all</property>
                                    <expression name="valueExpr" type="javascript">row["DEVICECLASSID"] != 4</expression>
                                </structure>
                            </list-property>
                            <expression name="valueExpr">tr("report.device.smarttv")</expression>
                            <property name="contentType">auto</property>
                        </text-data>
                    </cell>
                </row>
            </detail>
        </table>
    </body>
</report>
