Jump to content
Changes to the Jaspersoft community edition download ×

JasperReport prints 17 empty pages


Makers

Recommended Posts

Hey there!

I am using JasperSoft Studio to build  a report. My content currently displays in the first 4 pages of the document and then 18 empty pages are printing at the end of the report. These empty pages are only showing the page header and footer section and are blank in between.

I have tried setting the When No Data Type to No Pages but it doesn't fix my issue.

So far my report has the following structure:

  • Page Header
  • Group Header
  • Detail Band 1
    • Table 1
  • Detail Band 2
    • Table 2
  • Detail Band 3
    • Table 3
  • Detail Band 4
    • Table 4
  • Detail Band 5
    • Table 5
  • Detail Band 6
    • Table 6
  • Page Footer
  • Last Page Footer

All detail bands split type are set to Prevent to prevent a table's information from spliting up across different pages.

 

Help would be greatly appreciated!

 

Thank you.

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

If this can be of any help, here's the source code of my report:

 

<?xml version="1.0" encoding="UTF-8"?><!-- Created with Jaspersoft Studio version 6.4.0.final using JasperReports Library version 6.4.1  --><jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="GetPoliciesListing" pageWidth="612" pageHeight="792" whenNoDataType="AllSectionsNoDetail" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="2739dede-afd9-4da2-b7b0-e2d48fe25316">    <property name="com.jaspersoft.studio.unit." value="pixel"/>    <property name="com.jaspersoft.studio.unit.pageHeight" value="pixel"/>    <property name="com.jaspersoft.studio.unit.pageWidth" value="pixel"/>    <property name="com.jaspersoft.studio.unit.topMargin" value="pixel"/>    <property name="com.jaspersoft.studio.unit.bottomMargin" value="pixel"/>    <property name="com.jaspersoft.studio.unit.leftMargin" value="pixel"/>    <property name="com.jaspersoft.studio.unit.rightMargin" value="pixel"/>    <property name="com.jaspersoft.studio.unit.columnWidth" value="pixel"/>    <property name="com.jaspersoft.studio.unit.columnSpacing" value="pixel"/>    <property name="com.jaspersoft.studio.data.defaultdataadapter" value="One Empty Record"/>    <style name="Table_TH" mode="Opaque" backcolor="#9ACD32">        <box>            <topPen lineWidth="0.5" lineColor="#000000"/>            <bottomPen lineWidth="0.5" lineColor="#000000"/>        </box>    </style>    <style name="Table_TD" mode="Opaque" backcolor="#FFFFFF">        <box>            <topPen lineWidth="0.5" lineColor="#000000"/>            <bottomPen lineWidth="0.5" lineColor="#000000"/>        </box>    </style>    <style name="Table_CH" mode="Opaque" backcolor="#EAFFBF">        <box>            <topPen lineWidth="0.5" lineColor="#000000"/>            <bottomPen lineWidth="0.5" lineColor="#000000"/>        </box>    </style>    <style name="Table 1_TH" mode="Opaque" backcolor="#8CBD77">        <box>            <topPen lineWidth="0.5" lineColor="#000000"/>            <bottomPen lineWidth="0.5" lineColor="#000000"/>        </box>    </style>    <style name="Table 1_CH" mode="Opaque" backcolor="#EEFFE8">        <box>            <topPen lineWidth="0.5" lineColor="#000000"/>            <bottomPen lineWidth="0.5" lineColor="#000000"/>        </box>    </style>    <style name="Table 1_TD" mode="Opaque" backcolor="#FFFFFF">        <box>            <topPen lineWidth="0.5" lineColor="#000000"/>            <bottomPen lineWidth="0.5" lineColor="#000000"/>        </box>    </style>    <subDataset name="autoDataSource" uuid="4bc6b5a0-ed11-4cde-a698-e660f8c64eba">        <property name="com.jaspersoft.studio.data.defaultdataadapter" value="Sample DB"/>        <property name="com.jaspersoft.studio.data.sql.tables" value=""/>        <queryString>            <![CDATA[]]>        </queryString>        <field name="policyType" class="java.lang.String"/>        <field name="warningMessage" class="java.lang.String"/>        <field name="policyNumber" class="java.lang.String"/>        <field name="inceptionDate" class="java.lang.String"/>        <field name="termAnnualizedPremium" class="java.lang.String"/>        <field name="termStart" class="java.lang.String"/>        <field name="termEnd" class="java.lang.String"/>        <field name="associatedCustomerRole" class="java.util.List"/>        <field name="associatedCustomerName" class="java.util.List"/>        <field name="riskComponentDescription" class="java.util.List"/>    </subDataset>    <subDataset name="list_associatedCustomerRole" uuid="5c9933ae-93cd-44b5-8b44-ecbfbaa31371">        <field name="associatedRole" class="java.lang.String">            <fieldDescription><![CDATA[_THIS]]></fieldDescription>        </field>    </subDataset>    <subDataset name="list_associatedCustomerName" uuid="e4eaefdf-9054-4fe6-a94a-ab60a9268d20">        <field name="associatedCustomer" class="java.lang.String">            <fieldDescription><![CDATA[_THIS]]></fieldDescription>        </field>    </subDataset>    <subDataset name="list_riskComponentDescription" uuid="a227ee41-8b8f-4a24-8808-ec4f2555124b">        <field name="riskComponentDescription" class="java.lang.String">            <fieldDescription><![CDATA[_THIS]]></fieldDescription>        </field>    </subDataset>    <subDataset name="propertyAndLiabilityDataSource" uuid="17be258b-7783-44a8-bb5f-4def6024b0b2">        <property name="com.jaspersoft.studio.data.defaultdataadapter" value="Sample DB"/>        <property name="com.jaspersoft.studio.data.sql.tables" value=""/>        <queryString>            <![CDATA[]]>        </queryString>        <field name="policyType" class="java.lang.String"/>        <field name="warningMessage" class="java.lang.String"/>        <field name="policyNumber" class="java.lang.String"/>        <field name="inceptionDate" class="java.lang.String"/>        <field name="termAnnualizedPremium" class="java.lang.String"/>        <field name="termStart" class="java.lang.String"/>        <field name="termEnd" class="java.lang.String"/>        <field name="associatedCustomerRole" class="java.util.List"/>        <field name="associatedCustomerName" class="java.util.List"/>        <field name="riskComponentDescription" class="java.util.List"/>        <field name="productDescription" class="java.lang.String"/>    </subDataset>    <subDataset name="lifeAndHealthDataSource" uuid="a04e2a3e-7960-4fd1-9a39-a97a1a6621d5">        <property name="com.jaspersoft.studio.data.defaultdataadapter" value="Sample DB"/>        <property name="com.jaspersoft.studio.data.sql.tables" value=""/>        <queryString>            <![CDATA[]]>        </queryString>        <field name="policyType" class="java.lang.String"/>        <field name="warningMessage" class="java.lang.String"/>        <field name="policyNumber" class="java.lang.String"/>        <field name="inceptionDate" class="java.lang.String"/>        <field name="termAnnualizedPremium" class="java.lang.String"/>        <field name="termStart" class="java.lang.String"/>        <field name="termEnd" class="java.lang.String"/>        <field name="associatedCustomerRole" class="java.util.List"/>        <field name="associatedCustomerName" class="java.util.List"/>        <field name="riskComponentDescription" class="java.util.List"/>        <field name="productDescription" class="java.lang.String"/>    </subDataset>    <subDataset name="savingsAndInvestmentDataSource" uuid="6b6b1c32-52b6-4f7b-be60-390aab6e9876">        <property name="com.jaspersoft.studio.data.defaultdataadapter" value="Sample DB"/>        <property name="com.jaspersoft.studio.data.sql.tables" value=""/>        <queryString>            <![CDATA[]]>        </queryString>        <field name="policyType" class="java.lang.String"/>        <field name="warningMessage" class="java.lang.String"/>        <field name="policyNumber" class="java.lang.String"/>        <field name="inceptionDate" class="java.lang.String"/>        <field name="termAnnualizedPremium" class="java.lang.String"/>        <field name="termStart" class="java.lang.String"/>        <field name="termEnd" class="java.lang.String"/>        <field name="associatedCustomerRole" class="java.util.List"/>        <field name="associatedCustomerName" class="java.util.List"/>        <field name="riskComponentDescription" class="java.util.List"/>        <field name="productDescription" class="java.lang.String"/>    </subDataset>    <subDataset name="specializedInsuranceDataSource" uuid="b7f08a7e-f19f-4119-b26e-26330f4b4600">        <property name="com.jaspersoft.studio.data.defaultdataadapter" value="Sample DB"/>        <property name="com.jaspersoft.studio.data.sql.tables" value=""/>        <queryString>            <![CDATA[]]>        </queryString>        <field name="policyType" class="java.lang.String"/>        <field name="warningMessage" class="java.lang.String"/>        <field name="policyNumber" class="java.lang.String"/>        <field name="inceptionDate" class="java.lang.String"/>        <field name="termAnnualizedPremium" class="java.lang.String"/>        <field name="termStart" class="java.lang.String"/>        <field name="termEnd" class="java.lang.String"/>        <field name="associatedCustomerRole" class="java.util.List"/>        <field name="associatedCustomerName" class="java.util.List"/>        <field name="riskComponentDescription" class="java.util.List"/>        <field name="productDescription" class="java.lang.String"/>    </subDataset>    <subDataset name="creditDataSource" uuid="a08b8ec1-5870-4a7b-afe0-55ca8e3b90f3">        <property name="com.jaspersoft.studio.data.defaultdataadapter" value="Sample DB"/>        <property name="com.jaspersoft.studio.data.sql.tables" value=""/>        <queryString>            <![CDATA[]]>        </queryString>        <field name="policyType" class="java.lang.String"/>        <field name="warningMessage" class="java.lang.String"/>        <field name="policyNumber" class="java.lang.String"/>        <field name="inceptionDate" class="java.lang.String"/>        <field name="termAnnualizedPremium" class="java.lang.String"/>        <field name="termStart" class="java.lang.String"/>        <field name="termEnd" class="java.lang.String"/>        <field name="associatedCustomerRole" class="java.util.List"/>        <field name="associatedCustomerName" class="java.util.List"/>        <field name="riskComponentDescription" class="java.util.List"/>        <field name="productDescription" class="java.lang.String"/>    </subDataset>    <parameter name="dataSource" class="net.sf.jasperreports.engine.data.JRBeanCollectionDataSource">        <parameterDescription><![CDATA[]]></parameterDescription>    </parameter>    <parameter name="AGENCY_CITY" class="java.lang.String"/>    <parameter name="ID_AGENCY" class="java.lang.String"/>    <parameter name="HouseholdInfo" class="net.sf.jasperreports.engine.data.JRBeanCollectionDataSource" isForPrompting="false">        <defaultValueExpression><![CDATA[$P{dataSource}.cloneDataSource()]]></defaultValueExpression>    </parameter>    <parameter name="AGENT_NAME" class="java.lang.String"/>    <parameter name="AGENCY_NAME" class="java.lang.String"/>    <parameter name="CUSTOMER_ADDRESS" class="java.lang.String"/>    <parameter name="CUSTOMER_NAME" class="java.lang.String"/>    <parameter name="DATA_AS_OF" class="java.lang.String"/>    <parameter name="autoDataSource" class="net.sf.jasperreports.engine.data.JRBeanCollectionDataSource">        <parameterDescription><![CDATA[]]></parameterDescription>    </parameter>    <parameter name="propertyAndLiabilityDataSource" class="net.sf.jasperreports.engine.data.JRBeanCollectionDataSource">        <parameterDescription><![CDATA[]]></parameterDescription>    </parameter>    <parameter name="lifeAndHealthDataSource" class="net.sf.jasperreports.engine.data.JRBeanCollectionDataSource">        <parameterDescription><![CDATA[]]></parameterDescription>    </parameter>    <parameter name="savingsAndInvestmentDataSource" class="net.sf.jasperreports.engine.data.JRBeanCollectionDataSource">        <parameterDescription><![CDATA[]]></parameterDescription>    </parameter>    <parameter name="specializedInsuranceDataSource" class="net.sf.jasperreports.engine.data.JRBeanCollectionDataSource">        <parameterDescription><![CDATA[]]></parameterDescription>    </parameter>    <parameter name="creditDataSource" class="net.sf.jasperreports.engine.data.JRBeanCollectionDataSource">        <parameterDescription><![CDATA[]]></parameterDescription>    </parameter>    <parameter name="LOGO_URL" class="java.lang.String">        <defaultValueExpression><![CDATA[]]></defaultValueExpression>    </parameter>    <parameter name="isAutoTableEmpty" class="java.lang.Boolean"/>    <parameter name="isPropertyTableEmpty" class="java.lang.Boolean"/>    <parameter name="isSpecializedTableEmpty" class="java.lang.Boolean"/>    <parameter name="isLifeTableEmpty" class="java.lang.Boolean"/>    <parameter name="isSavingsTableEmpty" class="java.lang.Boolean"/>    <parameter name="isCreditTableEmpty" class="java.lang.Boolean"/>    <queryString>        <![CDATA[]]>    </queryString>    <group name="Customer Information"/>    <pageHeader>        <band height="140" splitType="Stretch">            <property name="com.jaspersoft.studio.unit.height" value="pixel"/>            <textField isStretchWithOverflow="true">                <reportElement x="155" y="20" width="250" height="20" uuid="b72f88c9-a47c-41df-9cfd-cf04433d7024"/>                <textElement textAlignment="Center" verticalAlignment="Middle"/>                <textFieldExpression><![CDATA[$P{AGENCY_NAME}.toUpperCase()]]></textFieldExpression>            </textField>            <textField isStretchWithOverflow="true">                <reportElement x="190" y="41" width="180" height="19" uuid="e9cf5b64-3553-46e0-9b87-881f37b9f7b7"/>                <textElement textAlignment="Center"/>                <textFieldExpression><![CDATA["Your Policies and Accounts"]]></textFieldExpression>            </textField>            <textField isStretchWithOverflow="true">                <reportElement x="115" y="61" width="330" height="19" uuid="617c1a1a-86c7-48f7-9cf7-51f581e3a75c"/>                <textElement textAlignment="Center"/>                <textFieldExpression><![CDATA[$P{AGENCY_NAME}.toUpperCase()+" Agent - "+$P{AGENT_NAME}]]></textFieldExpression>            </textField>            <textField pattern="yyyy/MM/dd">                <reportElement x="406" y="1" width="166" height="12" uuid="71185f80-8e7d-425b-a7f3-30e3473d34b6">                    <property name="com.jaspersoft.studio.unit.height" value="pixel"/>                </reportElement>                <textElement textAlignment="Right">                    <font size="8"/>                </textElement>                <textFieldExpression><![CDATA["Date Current As Of: "+$P{DATA_AS_OF}]]></textFieldExpression>            </textField>            <rectangle>                <reportElement mode="Transparent" x="0" y="13" width="572" height="67" uuid="3a3399a7-5245-4250-9aac-ea021d54e76b"/>                <graphicElement>                    <pen lineWidth="0.5"/>                </graphicElement>            </rectangle>            <image>                <reportElement x="10" y="20" width="50" height="50" uuid="d0eb618c-715c-45b6-92f4-740f0e358329"/>                <imageExpression><![CDATA["logo.jpg"]]></imageExpression>            </image>            <textField isStretchWithOverflow="true">                <reportElement x="0" y="90" width="180" height="19" uuid="826e8965-a522-4c50-85c2-69bb56520cb2"/>                <textElement verticalAlignment="Middle">                    <font isBold="true"/>                </textElement>                <textFieldExpression><![CDATA[$P{CUSTOMER_NAME}]]></textFieldExpression>            </textField>            <textField isStretchWithOverflow="true" isBlankWhenNull="true">                <reportElement x="0" y="109" width="180" height="31" uuid="ef7651da-392a-4a96-9370-66c5e2b40875"/>                <textElement verticalAlignment="Middle"/>                <textFieldExpression><![CDATA[$P{CUSTOMER_ADDRESS}]]></textFieldExpression>            </textField>        </band>    </pageHeader>    <detail>        <band height="209" splitType="Stretch">            <property name="com.jaspersoft.studio.unit.height" value="pixel"/>            <printWhenExpression><![CDATA[$P{isAutoTableEmpty} == false]]></printWhenExpression>            <componentElement>                <reportElement x="0" y="25" width="572" height="180" uuid="44fef326-804a-4feb-b95e-60622afc8d37">                    <property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.VerticalRowLayout"/>                    <property name="com.jaspersoft.studio.table.style.table_header" value="Table 1_TH"/>                    <property name="com.jaspersoft.studio.table.style.column_header" value="Table 1_CH"/>                    <property name="com.jaspersoft.studio.table.style.detail" value="Table 1_TD"/>                    <property name="net.sf.jasperreports.export.headertoolbar.table.name" value="AutoPolicy"/>                    <property name="com.jaspersoft.studio.unit.height" value="pixel"/>                </reportElement>                <jr:table xmlns:jr="http://jasperreports.sourceforge.net/jasperreports/components" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports/components http://jasperreports.sourceforge.net/xsd/components.xsd">                    <datasetRun subDataset="autoDataSource" uuid="ed4b9e0f-a8d7-42b9-80bd-0fa6eb7a5865">                        <dataSourceExpression><![CDATA[$P{autoDataSource}]]></dataSourceExpression>                    </datasetRun>                    <jr:column width="572" uuid="d5d7e9c5-2a98-4475-aefd-a276a8859756">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column1"/>                        <jr:tableHeader style="Table 1_TH" height="40" rowSpan="1">                            <property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.FreeLayout"/>                            <textField>                                <reportElement x="0" y="0" width="570" height="19" uuid="da991c63-a988-4f7b-a18c-6e9ca5c94ee2"/>                                <textElement textAlignment="Center" verticalAlignment="Middle"/>                                <textFieldExpression><![CDATA[$F{policyType}.toUpperCase()]]></textFieldExpression>                            </textField>                            <textField>                                <reportElement x="2" y="19" width="568" height="18" uuid="c8bbf6b8-9580-4e65-8851-999b4d798d45"/>                                <textElement textAlignment="Center" verticalAlignment="Middle">                                    <font size="8"/>                                </textElement>                                <textFieldExpression><![CDATA[$F{warningMessage}]]></textFieldExpression>                            </textField>                        </jr:tableHeader>                        <jr:detailCell style="Table 1_TD" height="140">                            <property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.FreeLayout"/>                            <frame>                                <reportElement positionType="Float" x="0" y="0" width="572" height="140" uuid="ee6319ad-978c-4184-b124-034b29d165be"/>                                <staticText>                                    <reportElement x="2" y="5" width="68" height="15" uuid="f7925ad5-7e34-46f5-a6cd-69179a5af44d"/>                                    <textElement>                                        <font size="8" isBold="true"/>                                    </textElement>                                    <text><![CDATA[Policy Number:]]></text>                                </staticText>                                <staticText>                                    <reportElement x="228" y="6" width="61" height="14" uuid="8a944ba3-7197-44c8-8b71-5898ed7fa015"/>                                    <textElement>                                        <font size="8" isBold="true"/>                                    </textElement>                                    <text><![CDATA[inception Date:]]></text>                                </staticText>                                <staticText>                                    <reportElement x="387" y="6" width="104" height="21" uuid="adb812f3-fcb6-4e31-a15b-478c0301baeb">                                        <property name="com.jaspersoft.studio.unit.width" value="pixel"/>                                    </reportElement>                                    <textElement>                                        <font size="8" isBold="true"/>                                    </textElement>                                    <text><![CDATA[Term Annualized Premium:]]></text>                                </staticText>                                <staticText>                                    <reportElement x="444" y="32" width="43" height="21" uuid="f6e21885-e485-48fc-b831-d6ac051c8dbc">                                        <property name="com.jaspersoft.studio.unit.width" value="pixel"/>                                    </reportElement>                                    <textElement>                                        <font size="8" isBold="true"/>                                    </textElement>                                    <text><![CDATA[Term Start:]]></text>                                </staticText>                                <staticText>                                    <reportElement x="447" y="53" width="40" height="21" uuid="75e379fb-b205-4093-81ba-0ab91e3ca4b1">                                        <property name="com.jaspersoft.studio.unit.width" value="pixel"/>                                    </reportElement>                                    <textElement>                                        <font size="8" isBold="true"/>                                    </textElement>                                    <text><![CDATA[Term End:]]></text>                                </staticText>                                <textField>                                    <reportElement x="70" y="6" width="151" height="14" uuid="bdf7f9e8-6d1b-4512-aaf9-d7f1191e10f0"/>                                    <textElement>                                        <font size="8"/>                                    </textElement>                                    <textFieldExpression><![CDATA[$F{policyNumber}]]></textFieldExpression>                                </textField>                                <textField>                                    <reportElement x="289" y="6" width="81" height="14" uuid="0ec3cf33-3647-47f1-b2aa-d0cf77775b40"/>                                    <textElement>                                        <font size="8"/>                                    </textElement>                                    <textFieldExpression><![CDATA[$F{inceptionDate}]]></textFieldExpression>                                </textField>                                <textField>                                    <reportElement x="491" y="6" width="80" height="21" uuid="41d158e6-0070-4162-af3b-e195ff8e1cd6"/>                                    <textElement>                                        <font size="8"/>                                    </textElement>                                    <textFieldExpression><![CDATA[$F{termAnnualizedPremium}]]></textFieldExpression>                                </textField>                                <textField>                                    <reportElement x="491" y="32" width="81" height="21" uuid="638bd4b5-8aaf-4290-9125-3a89839895c6"/>                                    <textElement>                                        <font size="8"/>                                    </textElement>                                    <textFieldExpression><![CDATA[$F{termStart}]]></textFieldExpression>                                </textField>                                <textField>                                    <reportElement x="491" y="53" width="81" height="21" uuid="b80c854e-0647-4bb2-9af0-a0405e2dd660"/>                                    <textElement>                                        <font size="8"/>                                    </textElement>                                    <textFieldExpression><![CDATA[$F{termEnd}]]></textFieldExpression>                                </textField>                                <frame>                                    <reportElement positionType="Float" x="0" y="80" width="330" height="20" uuid="8029f89e-1e1a-476c-9304-624ee5501164"/>                                    <staticText>                                        <reportElement x="0" y="0" width="120" height="18" uuid="a4c6035e-6737-4d20-93f9-a9e8c3f70602"/>                                        <textElement>                                            <font size="8" isBold="true"/>                                        </textElement>                                        <text><![CDATA[Associated Customer:]]></text>                                    </staticText>                                    <componentElement>                                        <reportElement x="120" y="0" width="100" height="20" uuid="31d0fa29-d54e-495d-8199-39137078d870">                                            <property name="com.jaspersoft.studio.unit.CONTENTS.height" value="pixel"/>                                            <property name="net.sf.jasperreports.export.headertoolbar.table.name" value=""/>                                            <property name="com.jaspersoft.studio.unit.height" value="pixel"/>                                        </reportElement>                                        <jr:list printOrder="Vertical">                                            <datasetRun subDataset="list_associatedCustomerRole" uuid="d2f6a2c0-0a9f-4088-990d-3fd4e0fb4be3">                                                <dataSourceExpression><![CDATA[new net.sf.jasperreports.engine.data.JRBeanCollectionDataSource($F{associatedCustomerRole})]]></dataSourceExpression>                                            </datasetRun>                                            <jr:listContents height="20" width="100">                                                <textField>                                                    <reportElement x="0" y="0" width="100" height="20" uuid="4444693b-bda8-4aa8-96a4-d03a3fed542e"/>                                                    <textElement>                                                        <font size="9"/>                                                    </textElement>                                                    <textFieldExpression><![CDATA[$F{associatedRole}]]></textFieldExpression>                                                </textField>                                            </jr:listContents>                                        </jr:list>                                    </componentElement>                                    <componentElement>                                        <reportElement x="220" y="0" width="110" height="20" uuid="18c29dfa-e9c4-468c-8c4d-9ab49e726417">                                            <property name="com.jaspersoft.studio.unit.CONTENTS.height" value="pixel"/>                                            <property name="net.sf.jasperreports.export.headertoolbar.table.name" value=""/>                                            <property name="com.jaspersoft.studio.unit.height" value="pixel"/>                                            <property name="com.jaspersoft.studio.unit.CONTENTS.width" value="pixel"/>                                        </reportElement>                                        <jr:list printOrder="Vertical">                                            <datasetRun subDataset="list_associatedCustomerName" uuid="96cc5b35-811c-4641-9deb-5a4762740c3c">                                                <dataSourceExpression><![CDATA[new net.sf.jasperreports.engine.data.JRBeanCollectionDataSource($F{associatedCustomerName})]]></dataSourceExpression>                                            </datasetRun>                                            <jr:listContents height="20" width="110">                                                <textField>                                                    <reportElement x="0" y="0" width="110" height="20" uuid="96f12347-3d2e-440d-93c8-befdfb6f1df9"/>                                                    <textElement>                                                        <font size="9"/>                                                    </textElement>                                                    <textFieldExpression><![CDATA[$F{associatedCustomer}]]></textFieldExpression>                                                </textField>                                            </jr:listContents>                                        </jr:list>                                    </componentElement>                                </frame>                                <frame>                                    <reportElement positionType="Float" x="0" y="106" width="572" height="30" uuid="d1629465-856d-4fbb-9deb-b617a9ff9fc0"/>                                    <box>                                        <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>                                        <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>                                        <bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>                                        <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>                                    </box>                                    <staticText>                                        <reportElement x="0" y="5" width="120" height="21" uuid="6cf7e62e-d481-459b-9747-087d93825ca1"/>                                        <textElement>                                            <font size="8" isBold="true"/>                                        </textElement>                                        <text><![CDATA[Vehicle:]]></text>                                    </staticText>                                    <componentElement>                                        <reportElement key="" x="120" y="5" width="200" height="20" uuid="d11ff764-c45c-47fb-a546-4597dd1ab50c">                                            <property name="com.jaspersoft.studio.unit.CONTENTS.height" value="pixel"/>                                            <property name="net.sf.jasperreports.export.headertoolbar.table.name" value=""/>                                            <property name="com.jaspersoft.studio.unit.height" value="pixel"/>                                            <property name="com.jaspersoft.studio.unit.CONTENTS.width" value="pixel"/>                                            <property name="com.jaspersoft.studio.unit.width" value="pixel"/>                                        </reportElement>                                        <jr:list printOrder="Vertical">                                            <datasetRun subDataset="list_riskComponentDescription" uuid="4ae85255-511c-4f4d-9e09-59c30f1607bc">                                                <dataSourceExpression><![CDATA[new net.sf.jasperreports.engine.data.JRBeanCollectionDataSource($F{riskComponentDescription})]]></dataSourceExpression>                                            </datasetRun>                                            <jr:listContents height="20" width="200">                                                <textField>                                                    <reportElement x="0" y="0" width="200" height="20" uuid="4388aaa7-f1e9-43aa-9563-19d326b3b79e"/>                                                    <textElement>                                                        <font size="9"/>                                                    </textElement>                                                    <textFieldExpression><![CDATA[$F{riskComponentDescription}]]></textFieldExpression>                                                </textField>                                            </jr:listContents>                                        </jr:list>                                    </componentElement>                                </frame>                            </frame>                        </jr:detailCell>                    </jr:column>                </jr:table>            </componentElement>        </band>        <band height="195" splitType="Stretch">            <property name="com.jaspersoft.studio.unit.height" value="pixel"/>            <printWhenExpression><![CDATA[$P{isPropertyTableEmpty} == false]]></printWhenExpression>            <componentElement>                <reportElement x="0" y="10" width="572" height="180" uuid="53eebc9f-aa38-4d85-bfea-a40fba4c36ed">                    <property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.VerticalRowLayout"/>                    <property name="com.jaspersoft.studio.table.style.table_header" value="Table 1_TH"/>                    <property name="com.jaspersoft.studio.table.style.column_header" value="Table 1_CH"/>                    <property name="com.jaspersoft.studio.table.style.detail" value="Table 1_TD"/>                    <property name="net.sf.jasperreports.export.headertoolbar.table.name" value="PropertyAndLiability"/>                    <property name="com.jaspersoft.studio.unit.height" value="pixel"/>                </reportElement>                <jr:table xmlns:jr="http://jasperreports.sourceforge.net/jasperreports/components" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports/components http://jasperreports.sourceforge.net/xsd/components.xsd">                    <datasetRun subDataset="propertyAndLiabilityDataSource" uuid="3a2ac720-f1d4-4049-a44b-a1683cbc6bf9">                        <dataSourceExpression><![CDATA[$P{propertyAndLiabilityDataSource}]]></dataSourceExpression>                    </datasetRun>                    <jr:column width="572" uuid="a1db8abe-d311-412e-8cc7-851fb7683267">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column1"/>                        <property name="com.jaspersoft.studio.unit.height" value="pixel"/>                        <jr:tableHeader style="Table 1_TH" height="40" rowSpan="1">                            <property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.FreeLayout"/>                            <textField>                                <reportElement x="0" y="0" width="570" height="19" uuid="7316aa6d-a975-433d-998f-a1e910281ef8"/>                                <textElement textAlignment="Center" verticalAlignment="Middle"/>                                <textFieldExpression><![CDATA[$F{policyType}.toUpperCase()]]></textFieldExpression>                            </textField>                            <textField>                                <reportElement x="2" y="19" width="568" height="18" uuid="603ce4b3-192b-4067-8294-ac47e6ab34a4"/>                                <textElement textAlignment="Center" verticalAlignment="Middle">                                    <font size="8"/>                                </textElement>                                <textFieldExpression><![CDATA[$F{warningMessage}]]></textFieldExpression>                            </textField>                        </jr:tableHeader>                        <jr:detailCell style="Table 1_TD" height="151">                            <property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.FreeLayout"/>                            <frame>                                <reportElement positionType="Float" x="0" y="0" width="572" height="140" uuid="6ee93202-d582-4b97-86e4-9684c8bed797"/>                                <staticText>                                    <reportElement x="0" y="5" width="68" height="15" uuid="2860fdc0-351b-43da-9666-20b77d136179"/>                                    <textElement>                                        <font size="8" isBold="true"/>                                    </textElement>                                    <text><![CDATA[Policy Number:]]></text>                                </staticText>                                <staticText>                                    <reportElement x="228" y="6" width="61" height="14" uuid="9bec13e2-bc50-457e-9e81-2d361d10b268"/>                                    <textElement>                                        <font size="8" isBold="true"/>                                    </textElement>                                    <text><![CDATA[inception Date:]]></text>                                </staticText>                                <staticText>                                    <reportElement x="387" y="6" width="104" height="21" uuid="787c81f0-9bbe-48a7-bdd0-8de24b34d6b7">                                        <property name="com.jaspersoft.studio.unit.width" value="pixel"/>                                    </reportElement>                                    <textElement>                                        <font size="8" isBold="true"/>                                    </textElement>                                    <text><![CDATA[Term Annualized Premium:]]></text>                                </staticText>                                <staticText>                                    <reportElement x="444" y="32" width="43" height="21" uuid="a2e2948b-138d-4425-92c6-eef0f9519776">                                        <property name="com.jaspersoft.studio.unit.width" value="pixel"/>                                    </reportElement>                                    <textElement>                                        <font size="8" isBold="true"/>                                    </textElement>                                    <text><![CDATA[Term Start:]]></text>                                </staticText>                                <staticText>                                    <reportElement x="447" y="53" width="40" height="21" uuid="d762dc80-356e-4449-9787-b1960bc1068e">                                        <property name="com.jaspersoft.studio.unit.width" value="pixel"/>                                    </reportElement>                                    <textElement>                                        <font size="8" isBold="true"/>                                    </textElement>                                    <text><![CDATA[Term End:]]></text>                                </staticText>                                <textField>                                    <reportElement x="68" y="6" width="151" height="14" uuid="bf16b627-114f-43c7-bb69-ba77eff3b91a"/>                                    <textElement>                                        <font size="8"/>                                    </textElement>                                    <textFieldExpression><![CDATA[$F{policyNumber}]]></textFieldExpression>                                </textField>                                <textField>                                    <reportElement x="289" y="6" width="81" height="14" uuid="62716f35-fd0c-4c24-8db4-1a5f4720bd01"/>                                    <textElement>                                        <font size="8"/>                                    </textElement>                                    <textFieldExpression><![CDATA[$F{inceptionDate}]]></textFieldExpression>                                </textField>                                <textField>                                    <reportElement x="491" y="6" width="80" height="21" uuid="a193e6f8-62cd-4179-b363-4449969b72fe"/>                                    <textElement>                                        <font size="8"/>                                    </textElement>                                    <textFieldExpression><![CDATA[$F{termAnnualizedPremium}]]></textFieldExpression>                                </textField>                                <textField>                                    <reportElement x="491" y="32" width="81" height="21" uuid="60058f38-9507-461e-a630-8aa7712bd015"/>                                    <textElement>                                        <font size="8"/>                                    </textElement>                                    <textFieldExpression><![CDATA[$F{termStart}]]></textFieldExpression>                                </textField>                                <textField>                                    <reportElement x="491" y="53" width="81" height="21" uuid="9913592d-4cbc-464f-bea3-a12f6dd2077b"/>                                    <textElement>                                        <font size="8"/>                                    </textElement>                                    <textFieldExpression><![CDATA[$F{termEnd}]]></textFieldExpression>                                </textField>                                <textField>                                    <reportElement x="1" y="32" width="281" height="15" uuid="58628e85-fa54-46bf-bb2c-177cd394727d">                                        <property name="com.jaspersoft.studio.unit.height" value="pixel"/>                                    </reportElement>                                    <textElement>                                        <font size="8" isBold="true"/>                                    </textElement>                                    <textFieldExpression><![CDATA[$F{productDescription}]]></textFieldExpression>                                </textField>                                <frame>                                    <reportElement positionType="Float" x="0" y="80" width="330" height="20" uuid="6f4ca3e3-4be1-435b-9897-2cfc425567f8">                                        <property name="com.jaspersoft.studio.unit.y" value="pixel"/>                                    </reportElement>                                    <staticText>                                        <reportElement x="0" y="0" width="120" height="18" uuid="d8bd5a74-9b67-486f-a49e-d2304551eb00"/>                                        <textElement>                                            <font size="8" isBold="true"/>                                        </textElement>                                        <text><![CDATA[Associated Customer:]]></text>                                    </staticText>                                    <componentElement>                                        <reportElement x="120" y="0" width="100" height="20" uuid="68b3acc2-5bdc-4f76-aaab-0b3de5cc740e">                                            <property name="com.jaspersoft.studio.unit.CONTENTS.height" value="pixel"/>                                            <property name="net.sf.jasperreports.export.headertoolbar.table.name" value=""/>                                        </reportElement>                                        <jr:list printOrder="Vertical">                                            <datasetRun subDataset="list_associatedCustomerRole" uuid="5da5ecc0-10e7-4334-923a-1ee073c0befe">                                                <dataSourceExpression><![CDATA[new net.sf.jasperreports.engine.data.JRBeanCollectionDataSource($F{associatedCustomerRole})]]></dataSourceExpression>                                            </datasetRun>                                            <jr:listContents height="20" width="100">                                                <textField>                                                    <reportElement x="0" y="0" width="100" height="20" uuid="b86b8f54-6f5c-4945-b0fd-bfbbfffc7544"/>                                                    <textElement>                                                        <font size="9"/>                                                    </textElement>                                                    <textFieldExpression><![CDATA[$F{associatedRole}]]></textFieldExpression>                                                </textField>                                            </jr:listContents>                                        </jr:list>                                    </componentElement>                                    <componentElement>                                        <reportElement x="220" y="0" width="110" height="20" uuid="9fa95f69-805a-47c9-ba2d-c6847e13259d">                                            <property name="com.jaspersoft.studio.unit.CONTENTS.height" value="pixel"/>                                            <property name="net.sf.jasperreports.export.headertoolbar.table.name" value=""/>                                            <property name="com.jaspersoft.studio.unit.height" value="pixel"/>                                            <property name="com.jaspersoft.studio.unit.CONTENTS.width" value="pixel"/>                                        </reportElement>                                        <jr:list printOrder="Vertical">                                            <datasetRun subDataset="list_associatedCustomerName" uuid="eb6ea06a-b4d9-407f-8946-dcfc3f71ebb9">                                                <dataSourceExpression><![CDATA[new net.sf.jasperreports.engine.data.JRBeanCollectionDataSource($F{associatedCustomerName})]]></dataSourceExpression>                                            </datasetRun>                                            <jr:listContents height="20" width="110">                                                <textField>                                                    <reportElement x="0" y="0" width="110" height="20" uuid="94551e5d-de66-4b50-bca2-bd2208ad7df8"/>                                                    <textElement>                                                        <font size="9"/>                                                    </textElement>                                                    <textFieldExpression><![CDATA[$F{associatedCustomer}]]></textFieldExpression>                                                </textField>                                            </jr:listContents>                                        </jr:list>                                    </componentElement>                                </frame>                                <frame>                                    <reportElement positionType="Float" x="0" y="106" width="572" height="31" uuid="b312c796-0dfc-46ec-88ab-a24f5d280e2a">                                        <property name="com.jaspersoft.studio.unit.y" value="pixel"/>                                    </reportElement>                                    <box>                                        <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>                                        <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>                                        <bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>                                        <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>                                    </box>                                    <staticText>                                        <reportElement x="0" y="6" width="120" height="21" uuid="b3cdddb2-f6b7-43e6-b973-3106a0a8233e"/>                                        <textElement>                                            <font size="8" isBold="true"/>                                        </textElement>                                        <text><![CDATA[Property:]]></text>                                    </staticText>                                    <componentElement>                                        <reportElement x="120" y="6" width="200" height="20" uuid="2ec09b7e-e603-4dd1-a852-51cde74037e7">                                            <property name="com.jaspersoft.studio.unit.CONTENTS.height" value="pixel"/>                                            <property name="net.sf.jasperreports.export.headertoolbar.table.name" value=""/>                                            <property name="com.jaspersoft.studio.unit.height" value="pixel"/>                                            <property name="com.jaspersoft.studio.unit.CONTENTS.width" value="pixel"/>                                            <property name="com.jaspersoft.studio.unit.width" value="pixel"/>                                        </reportElement>                                        <jr:list printOrder="Vertical">                                            <datasetRun subDataset="list_riskComponentDescription" uuid="56d42960-f840-4466-8b52-be1d5a3a593c">                                                <dataSourceExpression><![CDATA[new net.sf.jasperreports.engine.data.JRBeanCollectionDataSource($F{riskComponentDescription})]]></dataSourceExpression>                                            </datasetRun>                                            <jr:listContents height="20" width="200">                                                <textField>                                                    <reportElement x="0" y="0" width="200" height="20" uuid="234ab0de-e5fd-4d91-97b5-1db1adcfb0bf"/>                                                    <textElement>                                                        <font size="9"/>                                                    </textElement>                                                    <textFieldExpression><![CDATA[$F{riskComponentDescription}]]></textFieldExpression>                                                </textField>                                            </jr:listContents>                                        </jr:list>                                    </componentElement>                                </frame>                            </frame>                        </jr:detailCell>                    </jr:column>                </jr:table>            </componentElement>        </band>        <band height="165" splitType="Stretch">            <property name="com.jaspersoft.studio.unit.height" value="pixel"/>            <printWhenExpression><![CDATA[$P{isSpecializedTableEmpty} == false]]></printWhenExpression>            <componentElement>                <reportElement x="0" y="9" width="572" height="150" uuid="b045ddc0-ec17-4120-a924-b37c54276148">                    <property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.VerticalRowLayout"/>                    <property name="com.jaspersoft.studio.table.style.table_header" value="Table 1_TH"/>                    <property name="com.jaspersoft.studio.table.style.column_header" value="Table 1_CH"/>                    <property name="com.jaspersoft.studio.table.style.detail" value="Table 1_TD"/>                    <property name="net.sf.jasperreports.export.headertoolbar.table.name" value="SpecializedInsurance"/>                    <property name="com.jaspersoft.studio.unit.height" value="pixel"/>                </reportElement>                <jr:table xmlns:jr="http://jasperreports.sourceforge.net/jasperreports/components" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports/components http://jasperreports.sourceforge.net/xsd/components.xsd">                    <datasetRun subDataset="specializedInsuranceDataSource" uuid="6047c8a1-0e8c-4c78-a363-65a74906c111">                        <dataSourceExpression><![CDATA[$P{specializedInsuranceDataSource}]]></dataSourceExpression>                    </datasetRun>                    <jr:column width="572" uuid="43524627-0a65-4bcb-9068-11b352080385">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column1"/>                        <property name="com.jaspersoft.studio.unit.height" value="pixel"/>                        <jr:tableHeader style="Table 1_TH" height="40" rowSpan="1">                            <property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.FreeLayout"/>                            <textField>                                <reportElement x="0" y="0" width="570" height="19" uuid="7e3fdc67-9d8d-4512-8f52-96ba8f85fc9b"/>                                <textElement textAlignment="Center" verticalAlignment="Middle"/>                                <textFieldExpression><![CDATA[$F{policyType}.toUpperCase()]]></textFieldExpression>                            </textField>                            <textField>                                <reportElement x="2" y="19" width="568" height="18" uuid="affbc47c-1fab-459a-9802-a44d815aef7e"/>                                <textElement textAlignment="Center" verticalAlignment="Middle">                                    <font size="8"/>                                </textElement>                                <textFieldExpression><![CDATA[$F{warningMessage}]]></textFieldExpression>                            </textField>                        </jr:tableHeader>                        <jr:detailCell style="Table 1_TD" height="110">                            <property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.FreeLayout"/>                            <property name="com.jaspersoft.studio.unit.height" value="px"/>                            <staticText>                                <reportElement x="0" y="5" width="68" height="15" uuid="61185f15-6a98-4088-b2c4-c838cad810d7"/>                                <textElement>                                    <font size="8" isBold="true"/>                                </textElement>                                <text><![CDATA[Policy Number:]]></text>                            </staticText>                            <staticText>                                <reportElement x="228" y="6" width="61" height="14" uuid="b298ebe2-ab79-4e1a-bf99-a73a54800a7d"/>                                <textElement>                                    <font size="8" isBold="true"/>                                </textElement>                                <text><![CDATA[inception Date:]]></text>                            </staticText>                            <staticText>                                <reportElement x="387" y="6" width="104" height="21" uuid="345be118-79f8-4b76-91ea-5433a75faf54">                                    <property name="com.jaspersoft.studio.unit.width" value="pixel"/>                                </reportElement>                                <textElement>                                    <font size="8" isBold="true"/>                                </textElement>                                <text><![CDATA[Term Annualized Premium:]]></text>                            </staticText>                            <staticText>                                <reportElement x="444" y="32" width="43" height="21" uuid="fa913462-71f5-481b-aa60-022379c060d0">                                    <property name="com.jaspersoft.studio.unit.width" value="pixel"/>                                </reportElement>                                <textElement>                                    <font size="8" isBold="true"/>                                </textElement>                                <text><![CDATA[Term Start:]]></text>                            </staticText>                            <staticText>                                <reportElement x="447" y="53" width="40" height="21" uuid="e72f40a4-0972-4cf3-afa5-06dc24b1238f">                                    <property name="com.jaspersoft.studio.unit.width" value="pixel"/>                                </reportElement>                                <textElement>                                    <font size="8" isBold="true"/>                                </textElement>                                <text><![CDATA[Term End:]]></text>                            </staticText>                            <staticText>                                <reportElement x="0" y="80" width="120" height="18" uuid="8279ac68-97e0-49a1-8f5c-0b64afc52e02"/>                                <textElement>                                    <font size="8" isBold="true"/>                                </textElement>                                <text><![CDATA[Associated Customer:]]></text>                            </staticText>                            <textField>                                <reportElement x="68" y="6" width="151" height="14" uuid="c689a382-3fb5-4152-8dfa-c2ca18063404"/>                                <textElement>                                    <font size="8"/>                                </textElement>                                <textFieldExpression><![CDATA[$F{policyNumber}]]></textFieldExpression>                            </textField>                            <textField>                                <reportElement x="289" y="6" width="81" height="14" uuid="0ec1ffdf-3ad1-43ac-a760-3e9abe3c7df3"/>                                <textElement>                                    <font size="8"/>                                </textElement>                                <textFieldExpression><![CDATA[$F{inceptionDate}]]></textFieldExpression>                            </textField>                            <textField>                                <reportElement x="491" y="6" width="80" height="21" uuid="054c892b-8c05-4f3d-9d08-e840723d4785"/>                                <textElement>                                    <font size="8"/>                                </textElement>                                <textFieldExpression><![CDATA[$F{termAnnualizedPremium}]]></textFieldExpression>                            </textField>                            <textField>                                <reportElement x="491" y="32" width="81" height="21" uuid="d0d39492-a984-4b07-b254-81570ef6f303"/>                                <textElement>                                    <font size="8"/>                                </textElement>                                <textFieldExpression><![CDATA[$F{termStart}]]></textFieldExpression>                            </textField>                            <textField>                                <reportElement x="491" y="53" width="81" height="21" uuid="3b642681-cf5c-4591-b0d8-37d49b2cd547"/>                                <textElement>                                    <font size="8"/>                                </textElement>                                <textFieldExpression><![CDATA[$F{termEnd}]]></textFieldExpression>                            </textField>                            <componentElement>                                <reportElement x="120" y="80" width="100" height="20" uuid="fe5ae5ed-e6e5-418b-b7db-7ab3b2a67140">                                    <property name="com.jaspersoft.studio.unit.CONTENTS.height" value="pixel"/>                                    <property name="net.sf.jasperreports.export.headertoolbar.table.name" value=""/>                                    <property name="com.jaspersoft.studio.unit.y" value="pixel"/>                                </reportElement>                                <jr:list printOrder="Vertical">                                    <datasetRun subDataset="list_associatedCustomerRole" uuid="092c2b3e-db40-443b-ab55-ff77142e8be7">                                        <dataSourceExpression><![CDATA[new net.sf.jasperreports.engine.data.JRBeanCollectionDataSource($F{associatedCustomerRole})]]></dataSourceExpression>                                    </datasetRun>                                    <jr:listContents height="20" width="100">                                        <textField>                                            <reportElement x="0" y="0" width="100" height="20" uuid="ab80569d-3d4e-4d80-a7bd-f531008bba9e"/>                                            <textElement>                                                <font size="9"/>                                            </textElement>                                            <textFieldExpression><![CDATA[$F{associatedRole}]]></textFieldExpression>                                        </textField>                                    </jr:listContents>                                </jr:list>                            </componentElement>                            <componentElement>                                <reportElement x="220" y="80" width="110" height="20" uuid="e801b604-712b-4e7a-be85-73b5c7f697af">                                    <property name="com.jaspersoft.studio.unit.CONTENTS.height" value="pixel"/>                                    <property name="net.sf.jasperreports.export.headertoolbar.table.name" value=""/>                                    <property name="com.jaspersoft.studio.unit.height" value="pixel"/>                                    <property name="com.jaspersoft.studio.unit.CONTENTS.width" value="pixel"/>                                </reportElement>                                <jr:list printOrder="Vertical">                                    <datasetRun subDataset="list_associatedCustomerName" uuid="7f6d3bf9-a14e-48f4-bb48-e86d1ad448a0">                                        <dataSourceExpression><![CDATA[new net.sf.jasperreports.engine.data.JRBeanCollectionDataSource($F{associatedCustomerName})]]></dataSourceExpression>                                    </datasetRun>                                    <jr:listContents height="20" width="110">                                        <textField>                                            <reportElement x="0" y="0" width="110" height="20" uuid="38a95f11-d793-4b78-aebf-0183ecb895f9"/>                                            <textElement>                                                <font size="9"/>                                            </textElement>                                            <textFieldExpression><![CDATA[$F{associatedCustomer}]]></textFieldExpression>                                        </textField>                                    </jr:listContents>                                </jr:list>                            </componentElement>                            <textField>                                <reportElement x="0" y="32" width="281" height="15" uuid="70aa3dcf-8dc3-4a1e-8570-94e82d79ff65">                                    <property name="com.jaspersoft.studio.unit.height" value="pixel"/>                                </reportElement>                                <textElement>                                    <font size="8" isBold="true"/>                                </textElement>                                <textFieldExpression><![CDATA[$F{productDescription}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                </jr:table>            </componentElement>        </band>        <band height="160" splitType="Stretch">            <printWhenExpression><![CDATA[$P{isLifeTableEmpty} == false]]></printWhenExpression>            <componentElement>                <reportElement x="0" y="10" width="572" height="145" uuid="4531feec-9b73-4250-9d9b-1b63af9992e8">                    <property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.VerticalRowLayout"/>                    <property name="com.jaspersoft.studio.table.style.table_header" value="Table 1_TH"/>                    <property name="com.jaspersoft.studio.table.style.column_header" value="Table 1_CH"/>                    <property name="com.jaspersoft.studio.table.style.detail" value="Table 1_TD"/>                    <property name="net.sf.jasperreports.export.headertoolbar.table.name" value="LifeAndHealth"/>                </reportElement>                <jr:table xmlns:jr="http://jasperreports.sourceforge.net/jasperreports/components" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports/components http://jasperreports.sourceforge.net/xsd/components.xsd">                    <datasetRun subDataset="lifeAndHealthDataSource" uuid="d0077ebf-7b38-4aa8-a601-748a5d24d940">                        <dataSourceExpression><![CDATA[$P{lifeAndHealthDataSource}]]></dataSourceExpression>                    </datasetRun>                    <jr:column width="572" uuid="13e799c0-cb6a-416e-a78d-60d0feb37b79">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column1"/>                        <property name="com.jaspersoft.studio.unit.height" value="pixel"/>                        <jr:tableHeader style="Table 1_TH" height="40" rowSpan="1">                            <property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.FreeLayout"/>                            <textField>                                <reportElement x="0" y="0" width="570" height="19" uuid="712037af-fced-4dc6-a56c-07c749e3c4f7"/>                                <textElement textAlignment="Center" verticalAlignment="Middle"/>                                <textFieldExpression><![CDATA[$F{policyType}.toUpperCase()]]></textFieldExpression>                            </textField>                            <textField>                                <reportElement x="2" y="19" width="568" height="18" uuid="7787b587-a060-465d-bd79-86c3af1119dc"/>                                <textElement textAlignment="Center" verticalAlignment="Middle">                                    <font size="8"/>                                </textElement>                                <textFieldExpression><![CDATA[$F{warningMessage}]]></textFieldExpression>                            </textField>                        </jr:tableHeader>                        <jr:detailCell style="Table 1_TD" height="105">                            <property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.FreeLayout"/>                            <property name="com.jaspersoft.studio.unit.height" value="px"/>                            <staticText>                                <reportElement x="0" y="5" width="68" height="15" uuid="55442d8c-8f52-430d-b4e1-afba5a141bf9"/>                                <textElement>                                    <font size="8" isBold="true"/>                                </textElement>                                <text><![CDATA[Policy Number:]]></text>                            </staticText>                            <staticText>                                <reportElement x="228" y="6" width="61" height="14" uuid="ea85b83e-6a0b-4075-a1d4-6f2f8818902b"/>                                <textElement>                                    <font size="8" isBold="true"/>                                </textElement>                                <text><![CDATA[inception Date:]]></text>                            </staticText>                            <staticText>                                <reportElement x="387" y="6" width="104" height="21" uuid="3538e51f-1bb2-4eeb-b297-ac913d9bd33d">                                    <property name="com.jaspersoft.studio.unit.width" value="pixel"/>                                </reportElement>                                <textElement>                                    <font size="8" isBold="true"/>                                </textElement>                                <text><![CDATA[Term Annualized Premium:]]></text>                            </staticText>                            <staticText>                                <reportElement x="444" y="32" width="43" height="21" uuid="db02b358-c332-4c97-849d-17ec82b4b256">                                    <property name="com.jaspersoft.studio.unit.width" value="pixel"/>                                </reportElement>                                <textElement>                                    <font size="8" isBold="true"/>                                </textElement>                                <text><![CDATA[Term Start:]]></text>                            </staticText>                            <staticText>                                <reportElement x="447" y="53" width="40" height="21" uuid="37c2c2e9-0aaf-49d3-9332-ee038f907840">                                    <property name="com.jaspersoft.studio.unit.width" value="pixel"/>                                </reportElement>                                <textElement>                                    <font size="8" isBold="true"/>                                </textElement>                                <text><![CDATA[Term End:]]></text>                            </staticText>                            <staticText>                                <reportElement x="0" y="80" width="120" height="18" uuid="e349e766-e656-4cc0-bed3-a5d3d3078cb4"/>                                <textElement>                                    <font size="8" isBold="true"/>                                </textElement>                                <text><![CDATA[Associated Customer:]]></text>                            </staticText>                            <textField>                                <reportElement x="68" y="6" width="151" height="14" uuid="8309157c-17ae-418a-be6d-0b52410ea524"/>                                <textElement>                                    <font size="8"/>                                </textElement>                                <textFieldExpression><![CDATA[$F{policyNumber}]]></textFieldExpression>                            </textField>                            <textField>                                <reportElement x="289" y="6" width="81" height="14" uuid="894a1504-8cdf-4dbd-872e-89d5f7ada9fc"/>                                <textElement>                                    <font size="8"/>                                </textElement>                                <textFieldExpression><![CDATA[$F{inceptionDate}]]></textFieldExpression>                            </textField>                            <textField>                                <reportElement x="491" y="6" width="80" height="21" uuid="5f7ddb74-e2ca-4321-8f9d-920080822329"/>                                <textElement>                                    <font size="8"/>                                </textElement>                                <textFieldExpression><![CDATA[$F{termAnnualizedPremium}]]></textFieldExpression>                            </textField>                            <textField>                                <reportElement x="491" y="32" width="81" height="21" uuid="1d30d2a6-a7a8-4e24-8828-603037f09a7b"/>                                <textElement>                                    <font size="8"/>                                </textElement>                                <textFieldExpression><![CDATA[$F{termStart}]]></textFieldExpression>                            </textField>                            <textField>                                <reportElement x="491" y="53" width="81" height="21" uuid="60b9f973-26fe-4176-8182-cbdb3ca65d8e"/>                                <textElement>                                    <font size="8"/>                                </textElement>                                <textFieldExpression><![CDATA[$F{termEnd}]]></textFieldExpression>                            </textField>                            <componentElement>                                <reportElement x="120" y="80" width="100" height="20" uuid="c3c62ab2-f967-4931-b24b-ab27f03a823a">                                    <property name="com.jaspersoft.studio.unit.CONTENTS.height" value="pixel"/>                                    <property name="net.sf.jasperreports.export.headertoolbar.table.name" value=""/>                                    <property name="com.jaspersoft.studio.unit.y" value="pixel"/>                                </reportElement>                                <jr:list printOrder="Vertical">                                    <datasetRun subDataset="list_associatedCustomerRole" uuid="d8abc0c7-6522-4e79-a735-4ebb890b9949">                                        <dataSourceExpression><![CDATA[new net.sf.jasperreports.engine.data.JRBeanCollectionDataSource($F{associatedCustomerRole})]]></dataSourceExpression>                                    </datasetRun>                                    <jr:listContents height="20" width="100">                                        <textField>                                            <reportElement x="0" y="0" width="100" height="20" uuid="a7a6cbf4-f4db-4948-b559-f74786964b24"/>                                            <textElement>                                                <font size="9"/>                                            </textElement>                                            <textFieldExpression><![CDATA[$F{associatedRole}]]></textFieldExpression>                                        </textField>                                    </jr:listContents>                                </jr:list>                            </componentElement>                            <componentElement>                                <reportElement x="220" y="80" width="110" height="20" uuid="30d1c201-fb2b-40bf-8132-3541b3123590">                                    <property name="com.jaspersoft.studio.unit.CONTENTS.height" value="pixel"/>                                    <property name="net.sf.jasperreports.export.headertoolbar.table.name" value=""/>                                    <property name="com.jaspersoft.studio.unit.height" value="pixel"/>                                    <property name="com.jaspersoft.studio.unit.CONTENTS.width" value="pixel"/>                                </reportElement>                                <jr:list printOrder="Vertical">                                    <datasetRun subDataset="list_associatedCustomerName" uuid="3f7f1f86-84d1-4f68-913a-3facf45331af">                                        <dataSourceExpression><![CDATA[new net.sf.jasperreports.engine.data.JRBeanCollectionDataSource($F{associatedCustomerName})]]></dataSourceExpression>                                    </datasetRun>                                    <jr:listContents height="20" width="110">                                        <textField>                                            <reportElement x="0" y="0" width="110" height="20" uuid="5c371dc6-2153-42ee-ad34-cceb269e0f4d"/>                                            <textElement>                                                <font size="9"/>                                            </textElement>                                            <textFieldExpression><![CDATA[$F{associatedCustomer}]]></textFieldExpression>                                        </textField>                                    </jr:listContents>                                </jr:list>                            </componentElement>                            <textField>                                <reportElement x="0" y="32" width="281" height="15" uuid="f608a1c8-30b1-4872-af2d-45462a4d93c2">                                    <property name="com.jaspersoft.studio.unit.height" value="pixel"/>                                </reportElement>                                <textElement>                                    <font size="8" isBold="true"/>                                </textElement>                                <textFieldExpression><![CDATA[$F{productDescription}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                </jr:table>            </componentElement>        </band>        <band height="155" splitType="Stretch">            <printWhenExpression><![CDATA[$P{isSavingsTableEmpty} == false]]></printWhenExpression>            <componentElement>                <reportElement x="0" y="8" width="572" height="140" uuid="b4e9a05e-240c-4532-bb79-22896680112c">                    <property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.VerticalRowLayout"/>                    <property name="com.jaspersoft.studio.table.style.table_header" value="Table 1_TH"/>                    <property name="com.jaspersoft.studio.table.style.column_header" value="Table 1_CH"/>                    <property name="com.jaspersoft.studio.table.style.detail" value="Table 1_TD"/>                    <property name="net.sf.jasperreports.export.headertoolbar.table.name" value="SavingsAndInvestments"/>                    <property name="com.jaspersoft.studio.unit.height" value="pixel"/>                </reportElement>                <jr:table xmlns:jr="http://jasperreports.sourceforge.net/jasperreports/components" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports/components http://jasperreports.sourceforge.net/xsd/components.xsd">                    <datasetRun subDataset="savingsAndInvestmentDataSource" uuid="73535506-9cbf-4e6c-8e9c-66dc9f744669">                        <dataSourceExpression><![CDATA[$P{savingsAndInvestmentDataSource}]]></dataSourceExpression>                    </datasetRun>                    <jr:column width="572" uuid="e367ab01-f016-4789-ad13-8cee9dcb2e67">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column1"/>                        <property name="com.jaspersoft.studio.unit.height" value="pixel"/>                        <jr:tableHeader style="Table 1_TH" height="40" rowSpan="1">                            <property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.FreeLayout"/>                            <textField>                                <reportElement x="0" y="0" width="570" height="19" uuid="049e80a4-068d-4785-a00d-cbe4be9a9800"/>                                <textElement textAlignment="Center" verticalAlignment="Middle"/>                                <textFieldExpression><![CDATA[$F{policyType}.toUpperCase()]]></textFieldExpression>                            </textField>                            <textField>                                <reportElement x="2" y="19" width="568" height="18" uuid="bc6fe252-f896-4c2c-b316-bc4f7d5fdeef"/>                                <textElement textAlignment="Center" verticalAlignment="Middle">                                    <font size="8"/>                                </textElement>                                <textFieldExpression><![CDATA[$F{warningMessage}]]></textFieldExpression>                            </textField>                        </jr:tableHeader>                        <jr:detailCell style="Table 1_TD" height="99">                            <property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.FreeLayout"/>                            <staticText>                                <reportElement x="0" y="5" width="68" height="15" uuid="a4487444-7e42-472c-8247-753a25da34bd"/>                                <textElement>                                    <font size="8" isBold="true"/>                                </textElement>                                <text><![CDATA[Policy Number:]]></text>                            </staticText>                            <staticText>                                <reportElement x="228" y="6" width="61" height="14" uuid="f488c349-f1da-4359-b788-efda001f70b5"/>                                <textElement>                                    <font size="8" isBold="true"/>                                </textElement>                                <text><![CDATA[inception Date:]]></text>                            </staticText>                            <staticText>                                <reportElement x="387" y="6" width="104" height="21" uuid="7805d7f9-3191-4aa7-9177-42dc9412edfc">                                    <property name="com.jaspersoft.studio.unit.width" value="pixel"/>                                </reportElement>                                <textElement>                                    <font size="8" isBold="true"/>                                </textElement>                                <text><![CDATA[Term Annualized Premium:]]></text>                            </staticText>                            <staticText>                                <reportElement x="444" y="32" width="43" height="21" uuid="bbb758ca-0a3e-4d73-a888-c5dff8f25a85">                                    <property name="com.jaspersoft.studio.unit.width" value="pixel"/>                                </reportElement>                                <textElement>                                    <font size="8" isBold="true"/>                                </textElement>                                <text><![CDATA[Term Start:]]></text>                            </staticText>                            <staticText>                                <reportElement x="447" y="53" width="40" height="21" uuid="4837a59f-7d9a-42af-888c-eee8cedd1752">                                    <property name="com.jaspersoft.studio.unit.width" value="pixel"/>                                </reportElement>                                <textElement>                                    <font size="8" isBold="true"/>                                </textElement>                                <text><![CDATA[Term End:]]></text>                            </staticText>                            <staticText>                                <reportElement x="0" y="80" width="120" height="18" uuid="8ecbd7a5-36de-4fdb-985a-95f847a99e56"/>                                <textElement>                                    <font size="8" isBold="true"/>                                </textElement>                                <text><![CDATA[Associated Customer:]]></text>                            </staticText>                            <textField>                                <reportElement x="68" y="6" width="151" height="14" uuid="48a388a0-1ba9-4942-b05e-213a005738f4"/>                                <textElement>                                    <font size="8"/>                                </textElement>                                <textFieldExpression><![CDATA[$F{policyNumber}]]></textFieldExpression>                            </textField>                            <textField>                                <reportElement x="289" y="6" width="81" height="14" uuid="41d94769-ef20-4c54-bb0b-fdf10778e2f1"/>                                <textElement>                                    <font size="8"/>                                </textElement>                                <textFieldExpression><![CDATA[$F{inceptionDate}]]></textFieldExpression>                            </textField>                            <textField>                                <reportElement x="491" y="6" width="80" height="21" uuid="49e8ad37-e41f-45ed-a1ca-98c337a1eddd"/>                                <textElement>                                    <font size="8"/>                                </textElement>                                <textFieldExpression><![CDATA[$F{termAnnualizedPremium}]]></textFieldExpression>                            </textField>                            <textField>                                <reportElement x="491" y="32" width="81" height="21" uuid="aad9f3e1-bf9c-4a91-8406-5ef4087a36a4"/>                                <textElement>                                    <font size="8"/>                                </textElement>                                <textFieldExpression><![CDATA[$F{termStart}]]></textFieldExpression>                            </textField>                            <textField>                                <reportElement x="491" y="53" width="81" height="21" uuid="ebb20240-fabc-4f28-86a4-7e9f11086b95"/>                                <textElement>                                    <font size="8"/>                                </textElement>                                <textFieldExpression><![CDATA[$F{termEnd}]]></textFieldExpression>                            </textField>                            <componentElement>                                <reportElement x="120" y="78" width="100" height="20" uuid="616a4307-d05c-4ced-a03c-6417c2a2572d">                                    <property name="com.jaspersoft.studio.unit.CONTENTS.height" value="pixel"/>                                    <property name="net.sf.jasperreports.export.headertoolbar.table.name" value=""/>                                    <property name="com.jaspersoft.studio.unit.y" value="pixel"/>                                </reportElement>                                <jr:list printOrder="Vertical">                                    <datasetRun subDataset="list_associatedCustomerRole" uuid="acfb2dc3-e282-4576-b64f-4d4abb633701">                                        <dataSourceExpression><![CDATA[new net.sf.jasperreports.engine.data.JRBeanCollectionDataSource($F{associatedCustomerRole})]]></dataSourceExpression>                                    </datasetRun>                                    <jr:listContents height="20" width="100">                                        <textField>                                            <reportElement x="0" y="0" width="100" height="20" uuid="c8162ae1-6ee5-4e79-b62e-5ad882d633b0"/>                                            <textElement>                                                <font size="9"/>                                            </textElement>                                            <textFieldExpression><![CDATA[$F{associatedRole}]]></textFieldExpression>                                        </textField>                                    </jr:listContents>                                </jr:list>                            </componentElement>                            <componentElement>                                <reportElement x="220" y="79" width="110" height="20" uuid="f22c4162-ba9a-463d-bdbc-3b2d59fe8c68">                                    <property name="com.jaspersoft.studio.unit.CONTENTS.height" value="pixel"/>                                    <property name="net.sf.jasperreports.export.headertoolbar.table.name" value=""/>                                    <property name="com.jaspersoft.studio.unit.height" value="pixel"/>                                    <property name="com.jaspersoft.studio.unit.CONTENTS.width" value="pixel"/>                                </reportElement>                                <jr:list printOrder="Vertical">                                    <datasetRun subDataset="list_associatedCustomerName" uuid="96615ea8-cf29-4e4e-8616-30a1948f4fa1">                                        <dataSourceExpression><![CDATA[new net.sf.jasperreports.engine.data.JRBeanCollectionDataSource($F{associatedCustomerName})]]></dataSourceExpression>                                    </datasetRun>                                    <jr:listContents height="20" width="110">                                        <textField>                                            <reportElement x="0" y="0" width="110" height="20" uuid="b3aa72f7-7001-4d1a-b516-a50599024965"/>                                            <textElement>                                                <font size="9"/>                                            </textElement>                                            <textFieldExpression><![CDATA[$F{associatedCustomer}]]></textFieldExpression>                                        </textField>                                    </jr:listContents>                                </jr:list>                            </componentElement>                            <textField>                                <reportElement x="0" y="32" width="281" height="15" uuid="13ac25bb-a50b-4a1b-ae47-5114eb4abab0">                                    <property name="com.jaspersoft.studio.unit.height" value="pixel"/>                                </reportElement>                                <textElement>                                    <font size="8" isBold="true"/>                                </textElement>                                <textFieldExpression><![CDATA[$F{productDescription}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                </jr:table>            </componentElement>        </band>        <band height="155" splitType="Stretch">            <property name="com.jaspersoft.studio.unit.height" value="pixel"/>            <printWhenExpression><![CDATA[$P{isCreditTableEmpty} == false]]></printWhenExpression>            <componentElement>                <reportElement x="0" y="10" width="572" height="140" uuid="1d36bb99-02a9-4089-b80e-5de5b0d60a9a">                    <property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.VerticalRowLayout"/>                    <property name="com.jaspersoft.studio.table.style.table_header" value="Table 1_TH"/>                    <property name="com.jaspersoft.studio.table.style.column_header" value="Table 1_CH"/>                    <property name="com.jaspersoft.studio.table.style.detail" value="Table 1_TD"/>                    <property name="net.sf.jasperreports.export.headertoolbar.table.name" value="Credit"/>                </reportElement>                <jr:table xmlns:jr="http://jasperreports.sourceforge.net/jasperreports/components" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports/components http://jasperreports.sourceforge.net/xsd/components.xsd">                    <datasetRun subDataset="creditDataSource" uuid="ea2cb579-5c29-42f1-ac05-1d56dba893ca">                        <dataSourceExpression><![CDATA[$P{creditDataSource}]]></dataSourceExpression>                    </datasetRun>                    <jr:column width="572" uuid="10baa7fa-dd2f-4d6d-8c56-893480bcadca">                        <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column1"/>                        <property name="com.jaspersoft.studio.unit.height" value="pixel"/>                        <jr:tableHeader style="Table 1_TH" height="40" rowSpan="1">                            <property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.FreeLayout"/>                            <textField>                                <reportElement x="0" y="0" width="570" height="19" uuid="1eab3276-07cd-4be4-8238-2256bd55eae9"/>                                <textElement textAlignment="Center" verticalAlignment="Middle"/>                                <textFieldExpression><![CDATA[$F{policyType}.toUpperCase()]]></textFieldExpression>                            </textField>                            <textField>                                <reportElement x="2" y="19" width="568" height="18" uuid="d2cdddce-49c2-4f19-8e0e-c9a1701f1e1a"/>                                <textElement textAlignment="Center" verticalAlignment="Middle">                                    <font size="8"/>                                </textElement>                                <textFieldExpression><![CDATA[$F{warningMessage}]]></textFieldExpression>                            </textField>                        </jr:tableHeader>                        <jr:detailCell style="Table 1_TD" height="100">                            <property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.FreeLayout"/>                            <property name="com.jaspersoft.studio.unit.height" value="px"/>                            <staticText>                                <reportElement x="0" y="5" width="68" height="15" uuid="7bf249a7-91ca-4691-9ce9-dd1a3f5d1594"/>                                <textElement>                                    <font size="8" isBold="true"/>                                </textElement>                                <text><![CDATA[Policy Number:]]></text>                            </staticText>                            <staticText>                                <reportElement x="228" y="6" width="61" height="14" uuid="4c6e990d-86b1-4b03-b5bc-0d829e3ad97f"/>                                <textElement>                                    <font size="8" isBold="true"/>                                </textElement>                                <text><![CDATA[inception Date:]]></text>                            </staticText>                            <staticText>                                <reportElement x="387" y="6" width="104" height="21" uuid="7edd873c-6263-4f1e-b437-c5c0e46ebb63">                                    <property name="com.jaspersoft.studio.unit.width" value="pixel"/>                                </reportElement>                                <textElement>                                    <font size="8" isBold="true"/>                                </textElement>                                <text><![CDATA[Term Annualized Premium:]]></text>                            </staticText>                            <staticText>                                <reportElement x="444" y="32" width="43" height="21" uuid="6617740e-1cff-471b-9376-e0c7cb4def37">                                    <property name="com.jaspersoft.studio.unit.width" value="pixel"/>                                </reportElement>                                <textElement>                                    <font size="8" isBold="true"/>                                </textElement>                                <text><![CDATA[Term Start:]]></text>                            </staticText>                            <staticText>                                <reportElement x="447" y="53" width="40" height="21" uuid="bfb4e01e-6041-4011-a9a3-91eb09b34622">                                    <property name="com.jaspersoft.studio.unit.width" value="pixel"/>                                </reportElement>                                <textElement>                                    <font size="8" isBold="true"/>                                </textElement>                                <text><![CDATA[Term End:]]></text>                            </staticText>                            <staticText>                                <reportElement x="0" y="80" width="120" height="18" uuid="fa999053-c5fd-44ec-a8f1-9d522f4d9618">                                    <property name="com.jaspersoft.studio.unit.y" value="pixel"/>                                </reportElement>                                <textElement>                                    <font size="8" isBold="true"/>                                </textElement>                                <text><![CDATA[Associated Customer:]]></text>                            </staticText>                            <textField>                                <reportElement x="68" y="6" width="151" height="14" uuid="361612d1-69a8-4b44-be1b-b7a36af0ff2d"/>                                <textElement>                                    <font size="8"/>                                </textElement>                                <textFieldExpression><![CDATA[$F{policyNumber}]]></textFieldExpression>                            </textField>                            <textField>                                <reportElement x="289" y="6" width="81" height="14" uuid="2f1a384c-5903-488c-82b7-41de4e55a1af"/>                                <textElement>                                    <font size="8"/>                                </textElement>                                <textFieldExpression><![CDATA[$F{inceptionDate}]]></textFieldExpression>                            </textField>                            <textField>                                <reportElement x="491" y="6" width="80" height="21" uuid="0a70b4ee-5c73-48cd-9906-8ae58577b300"/>                                <textElement>                                    <font size="8"/>                                </textElement>                                <textFieldExpression><![CDATA[$F{termAnnualizedPremium}]]></textFieldExpression>                            </textField>                            <textField>                                <reportElement x="491" y="32" width="81" height="21" uuid="aec16efa-3424-4455-9c11-36cb12c7cc9a"/>                                <textElement>                                    <font size="8"/>                                </textElement>                                <textFieldExpression><![CDATA[$F{termStart}]]></textFieldExpression>                            </textField>                            <textField>                                <reportElement x="491" y="53" width="81" height="21" uuid="8a6e0e79-baa5-4d83-905d-16ae4b2a08ae"/>                                <textElement>                                    <font size="8"/>                                </textElement>                                <textFieldExpression><![CDATA[$F{termEnd}]]></textFieldExpression>                            </textField>                            <componentElement>                                <reportElement x="120" y="80" width="100" height="20" uuid="d7dec4b3-038e-48cb-bb49-d2b9e18cd471">                                    <property name="com.jaspersoft.studio.unit.CONTENTS.height" value="pixel"/>                                    <property name="net.sf.jasperreports.export.headertoolbar.table.name" value=""/>                                </reportElement>                                <jr:list printOrder="Vertical">                                    <datasetRun subDataset="list_associatedCustomerRole" uuid="ebba4ccb-3d9b-4d78-8a95-a91bfe3b8548">                                        <dataSourceExpression><![CDATA[new net.sf.jasperreports.engine.data.JRBeanCollectionDataSource($F{associatedCustomerRole})]]></dataSourceExpression>                                    </datasetRun>                                    <jr:listContents height="20" width="100">                                        <textField>                                            <reportElement x="0" y="0" width="100" height="20" uuid="1e312f09-bac7-4aad-b326-e6e8baf871e5"/>                                            <textElement>                                                <font size="9"/>                                            </textElement>                                            <textFieldExpression><![CDATA[$F{associatedRole}]]></textFieldExpression>                                        </textField>                                    </jr:listContents>                                </jr:list>                            </componentElement>                            <componentElement>                                <reportElement x="220" y="80" width="110" height="20" uuid="98cf9de3-bad0-4e0e-bc7b-c7ae1ffc8693">                                    <property name="com.jaspersoft.studio.unit.CONTENTS.height" value="pixel"/>                                    <property name="net.sf.jasperreports.export.headertoolbar.table.name" value=""/>                                    <property name="com.jaspersoft.studio.unit.height" value="pixel"/>                                    <property name="com.jaspersoft.studio.unit.CONTENTS.width" value="pixel"/>                                </reportElement>                                <jr:list printOrder="Vertical">                                    <datasetRun subDataset="list_associatedCustomerName" uuid="6367fccb-0e49-4c99-bd59-a401947c0921">                                        <dataSourceExpression><![CDATA[new net.sf.jasperreports.engine.data.JRBeanCollectionDataSource($F{associatedCustomerName})]]></dataSourceExpression>                                    </datasetRun>                                    <jr:listContents height="20" width="110">                                        <textField>                                            <reportElement x="0" y="0" width="110" height="20" uuid="fc9e9c37-caec-423a-b262-67f7969269d9"/>                                            <textElement>                                                <font size="9"/>                                            </textElement>                                            <textFieldExpression><![CDATA[$F{associatedCustomer}]]></textFieldExpression>                                        </textField>                                    </jr:listContents>                                </jr:list>                            </componentElement>                            <textField>                                <reportElement x="0" y="32" width="281" height="15" uuid="ffd30878-3a3d-43e0-a174-e42ea554bb31">                                    <property name="com.jaspersoft.studio.unit.height" value="pixel"/>                                </reportElement>                                <textElement>                                    <font size="8" isBold="true"/>                                </textElement>                                <textFieldExpression><![CDATA[$F{productDescription}]]></textFieldExpression>                            </textField>                        </jr:detailCell>                    </jr:column>                </jr:table>            </componentElement>        </band>    </detail>    <pageFooter>        <band height="50" splitType="Stretch">            <property name="com.jaspersoft.studio.unit.height" value="pixel"/>            <textField>                <reportElement x="380" y="36" width="120" height="14" uuid="7fed1f16-6f0b-4faa-b850-80c015daa197"/>                <textElement textAlignment="Right" verticalAlignment="Bottom"/>                <textFieldExpression><![CDATA["Page " + $V{PAGE_NUMBER}]]></textFieldExpression>            </textField>            <textField evaluationTime="Report">                <reportElement x="500" y="36" width="62" height="14" uuid="d1b55f41-762a-4f48-ab89-64c895a1d656"/>                <textElement textAlignment="Left" verticalAlignment="Bottom"/>                <textFieldExpression><![CDATA[" of " + $V{PAGE_NUMBER}]]></textFieldExpression>            </textField>        </band>    </pageFooter>    <lastPageFooter>        <band height="100">            <property name="com.jaspersoft.studio.unit.height" value="pixel"/>            <staticText>                <reportElement x="10" y="4" width="551" height="71" uuid="a6095f9a-5025-41ea-9622-09f1ac8933be"/>                <box>                    <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>                    <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>                    <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>                    <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>                </box>                <textElement textAlignment="Center" verticalAlignment="Middle">                    <font size="7" isItalic="true"/>                </textElement>                <text><![CDATA[Lorem Ipsum]]></text>            </staticText>            <textField evaluationTime="Report">                <reportElement x="500" y="86" width="62" height="14" uuid="ecc3e585-bb21-4a84-9399-06265d850bb3"/>                <textElement textAlignment="Left" verticalAlignment="Bottom"/>                <textFieldExpression><![CDATA[" of " + $V{PAGE_NUMBER}]]></textFieldExpression>            </textField>            <textField>                <reportElement x="380" y="86" width="120" height="14" uuid="7b9c085f-9804-4310-817e-eb7b327574b2"/>                <textElement textAlignment="Right" verticalAlignment="Bottom"/>                <textFieldExpression><![CDATA["Page " + $V{PAGE_NUMBER}]]></textFieldExpression>            </textField>        </band>    </lastPageFooter></jasperReport>[/code]

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...