Я использую Jasper 6.6 для создания формата pdf A4.
У меня две проблемы:
1) У меня полоса детализации обрезана в середине, остальная часть полосы проецируется на другая страница. Как если бы был достигнут предельный размер. Тем не менее, на этой странице еще есть место. Я попытался использовать все типы разделения, доступные для детальной полосы, и это ничего не меняет.
Одно предположение: как вы увидите, у меня есть условное отображение определенного текста (см. «Факторизация диспозиций»). Я предполагаю, что даже если он не отображается, он все равно занимает место в detailBand. Я не знаю, как это исправить. Примечание: я не могу использовать фрейм, потому что он проецирует мой фрейм как один блок на следующей странице.
2) Я не знаю, как увеличить размер моего детального диапазона (или размер страницы). Я читал, что размер был ограничен для групп. Думаю, мне нужно создавать другие группы. Есть ли другой способ?
Вот мой шаблон JR XML:
<?xml version="1.0" encoding="UTF-8"?>
<!-- Created with Jaspersoft Studio version 6.6.0.final using JasperReports Library version 6.6.0 -->
<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="revueDeCompte" pageWidth="595" pageHeight="842" columnWidth="511" leftMargin="42" rightMargin="42" topMargin="20" bottomMargin="20" uuid="e40ca3dd-a126-4201-ba2e-02fad2685c5a">
<property name="com.jaspersoft.studio.data.defaultdataadapter" value="One Empty Record"/>
<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"/>
<parameter name="logo" class="Object" isForPrompting="false">
<parameterDescription><![CDATA[Logo de la société]]></parameterDescription>
</parameter>
<queryString>
<![CDATA[]]>
</queryString>
<title>
<band height="79" splitType="Immediate"/>
</title>
<pageHeader>
<band height="50" splitType="Immediate"/>
</pageHeader>
<detail>
<band height="96" splitType="Immediate">
<staticText>
<reportElement x="0" y="1" width="148" height="30" uuid="76987bd1-0e7e-44f6-a4ee-aa0783847905"/>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="14" isBold="true" isUnderline="true"/>
</textElement>
<text><![CDATA[REVUE DE COMPTE :]]></text>
</staticText>
<staticText>
<reportElement x="0" y="31" width="110" height="18" uuid="13afa98d-e049-41d9-a6de-4fcb461d589b"/>
<textElement>
<font size="12" isBold="true" isUnderline="true"/>
</textElement>
<text><![CDATA[Type : ]]></text>
</staticText>
<staticText>
<reportElement x="0" y="52" width="110" height="18" uuid="9a6e28b4-e6e5-4f68-8e3d-e163a5610d5e"/>
<textElement>
<font size="12" isBold="true" isUnderline="true"/>
</textElement>
<text><![CDATA[Responsable :]]></text>
</staticText>
<staticText>
<reportElement x="0" y="73" width="110" height="18" uuid="05c1e5bc-093f-4a63-82fd-44faef979f62"/>
<textElement>
<font size="12" isBold="true" isUnderline="true"/>
</textElement>
<text><![CDATA[Groupe :]]></text>
</staticText>
</band>
<band height="555" splitType="Immediate">
<staticText>
<reportElement positionType="Float" x="10" y="43" width="140" height="18" uuid="d7d5535f-f538-4535-aaee-566ec690f97d"/>
<textElement>
<font size="12" isBold="false" isUnderline="false"/>
</textElement>
<text><![CDATA[Fichier descriptif :]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="10" y="63" width="140" height="18" uuid="b0d26808-d829-49bb-ab7d-a46992abb6ff"/>
<textElement>
<font size="12" isBold="false" isUnderline="false"/>
</textElement>
<text><![CDATA[Contrat cadre :]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="10" y="23" width="140" height="18" uuid="7fca0ca7-09e7-491e-9d7d-85bddb9bbefc"/>
<textElement>
<font size="12" isBold="false" isUnderline="false"/>
</textElement>
<text><![CDATA[Onglet généralité :]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="0" y="2" width="200" height="18" uuid="a2a2787d-6685-442f-a630-08a0e9ee9a43"/>
<textElement>
<font size="12" isBold="true" isUnderline="true"/>
</textElement>
<text><![CDATA[Fiche société client : ]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="10" y="83" width="140" height="18" uuid="dbe422df-12d8-42a9-aa3b-9d83df0f50f4"/>
<textElement>
<font size="12" isBold="false" isUnderline="false"/>
</textElement>
<text><![CDATA[Entités client :]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="10" y="123" width="140" height="18" uuid="d9bb820b-402e-46e5-b624-6626be5bc81c"/>
<textElement>
<font size="12" isBold="false" isUnderline="false"/>
</textElement>
<text><![CDATA[Dispositions facturation :]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="30" y="141" width="130" height="18" isRemoveLineWhenBlank="true" isPrintWhenDetailOverflows="true" uuid="28be9fae-fd4e-4156-9938-71c2f5884f85">
<printWhenExpression><![CDATA[false]]></printWhenExpression>
</reportElement>
<textElement>
<font size="10" isBold="false" isUnderline="false"/>
</textElement>
<text><![CDATA[TVA :]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="30" y="159" width="130" height="18" isRemoveLineWhenBlank="true" isPrintWhenDetailOverflows="true" uuid="14923714-00fe-4263-bffd-d81cf11f0ecf">
<printWhenExpression><![CDATA[false]]></printWhenExpression>
</reportElement>
<textElement>
<font size="10" isBold="false" isUnderline="false"/>
</textElement>
<text><![CDATA[Numéro comptable :]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="30" y="177" width="130" height="18" isRemoveLineWhenBlank="true" isPrintWhenDetailOverflows="true" uuid="8343a99d-8da3-436e-8ee7-d9b9b47eb5b7">
<printWhenExpression><![CDATA[false]]></printWhenExpression>
</reportElement>
<textElement>
<font size="10" isBold="false" isUnderline="false"/>
</textElement>
<text><![CDATA[Délai règlement :]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="30" y="195" width="130" height="18" isRemoveLineWhenBlank="true" isPrintWhenDetailOverflows="true" uuid="01e27294-8e0e-4645-bfd6-38b7870fb7fb">
<printWhenExpression><![CDATA[false]]></printWhenExpression>
</reportElement>
<textElement>
<font size="10" isBold="false" isUnderline="false"/>
</textElement>
<text><![CDATA[Conditions règlement :]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="30" y="213" width="130" height="18" isRemoveLineWhenBlank="true" isPrintWhenDetailOverflows="true" uuid="1a59cabe-8998-4ca7-af0f-e67dd8ef7a67">
<printWhenExpression><![CDATA[false]]></printWhenExpression>
</reportElement>
<textElement>
<font size="10" isBold="false" isUnderline="false"/>
</textElement>
<text><![CDATA[Type envoi facture :]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="30" y="231" width="130" height="18" isRemoveLineWhenBlank="true" isPrintWhenDetailOverflows="true" uuid="dc66bc38-2120-4b64-97cc-945e623bf2c2">
<printWhenExpression><![CDATA[false]]></printWhenExpression>
</reportElement>
<textElement>
<font size="10" isBold="false" isUnderline="false"/>
</textElement>
<text><![CDATA[Adresse facturation :]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="30" y="249" width="130" height="18" isRemoveLineWhenBlank="true" isPrintWhenDetailOverflows="true" uuid="9ba512ca-ef68-44c5-8e19-58e57e2d980d">
<printWhenExpression><![CDATA[false]]></printWhenExpression>
</reportElement>
<textElement>
<font size="10" isBold="false" isUnderline="false"/>
</textElement>
<text><![CDATA[Mails destinataires factures :]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="30" y="267" width="130" height="18" isRemoveLineWhenBlank="true" isPrintWhenDetailOverflows="true" uuid="c93554c7-e10e-4eaf-917b-c024ec204ddf">
<printWhenExpression><![CDATA[false]]></printWhenExpression>
</reportElement>
<textElement>
<font size="10" isBold="false" isUnderline="false"/>
</textElement>
<text><![CDATA[Mails copies factures :]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="30" y="285" width="130" height="18" isRemoveLineWhenBlank="true" isPrintWhenDetailOverflows="true" uuid="d0d6d749-a384-48b0-8649-25b544a8d6bf">
<printWhenExpression><![CDATA[false]]></printWhenExpression>
</reportElement>
<textElement>
<font size="10" isBold="false" isUnderline="false"/>
</textElement>
<text><![CDATA[Adresse envoi courrier :]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="30" y="303" width="130" height="18" isRemoveLineWhenBlank="true" isPrintWhenDetailOverflows="true" uuid="0b30dc0a-d562-4114-8f32-1b0a2dd26692">
<printWhenExpression><![CDATA[false]]></printWhenExpression>
</reportElement>
<textElement>
<font size="10" isBold="false" isUnderline="false"/>
</textElement>
<text><![CDATA[Pièces factures :]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="30" y="321" width="130" height="18" isRemoveLineWhenBlank="true" isPrintWhenDetailOverflows="true" uuid="7ef51faa-5beb-4f00-ae3c-c80a9aeb6e84">
<printWhenExpression><![CDATA[false]]></printWhenExpression>
</reportElement>
<textElement>
<font size="10" isBold="false" isUnderline="false"/>
</textElement>
<text><![CDATA[Titre facture :]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="30" y="339" width="130" height="18" isRemoveLineWhenBlank="true" isPrintWhenDetailOverflows="true" uuid="cc4afcff-67c1-4426-8455-fe909f421492">
<printWhenExpression><![CDATA[false]]></printWhenExpression>
</reportElement>
<textElement>
<font size="10" isBold="false" isUnderline="false"/>
</textElement>
<text><![CDATA[Commentaire tva facture :]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="30" y="357" width="130" height="18" isRemoveLineWhenBlank="true" isPrintWhenDetailOverflows="true" uuid="5cfb7ae1-3ef3-425e-b9ed-3e62187aefbb">
<printWhenExpression><![CDATA[false]]></printWhenExpression>
</reportElement>
<textElement>
<font size="10" isBold="false" isUnderline="false"/>
</textElement>
<text><![CDATA[Référence contrat cadre :]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="30" y="375" width="130" height="18" isRemoveLineWhenBlank="true" isPrintWhenDetailOverflows="true" uuid="cf7afd97-e009-4bf7-8a87-17c34198e8f8">
<printWhenExpression><![CDATA[false]]></printWhenExpression>
</reportElement>
<textElement>
<font size="10" isBold="false" isUnderline="false"/>
</textElement>
<text><![CDATA[Référence fournisseur TV :]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="30" y="393" width="130" height="18" isRemoveLineWhenBlank="true" isPrintWhenDetailOverflows="true" uuid="cbce1351-94c1-4fca-8382-bae70a80c551">
<printWhenExpression><![CDATA[false]]></printWhenExpression>
</reportElement>
<textElement>
<font size="10" isBold="false" isUnderline="false"/>
</textElement>
<text><![CDATA[Mails relance commande :]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="30" y="411" width="130" height="18" isRemoveLineWhenBlank="true" isPrintWhenDetailOverflows="true" uuid="6456e941-a4a5-40ae-8929-b4b2b3c6e0ab">
<printWhenExpression><![CDATA[false]]></printWhenExpression>
</reportElement>
<textElement>
<font size="10" isBold="false" isUnderline="false"/>
</textElement>
<text><![CDATA[Mails relance règlement :]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="0" y="429" width="200" height="18" uuid="50b8b039-07eb-4444-9149-d8e3b892196a"/>
<textElement>
<font size="12" isBold="true" isUnderline="true"/>
</textElement>
<text><![CDATA[Fiche Contacts clients ]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="10" y="447" width="140" height="18" isRemoveLineWhenBlank="true" uuid="b5c26cae-d87c-4e37-b309-e757495e56a7">
<printWhenExpression><![CDATA[true]]></printWhenExpression>
</reportElement>
<textElement>
<font size="12" isBold="false" isUnderline="false"/>
</textElement>
<text><![CDATA[Contacts dirigeants :]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="10" y="465" width="140" height="18" isRemoveLineWhenBlank="true" uuid="74b40a0b-fb21-4dc0-9945-352192be69f9"/>
<textElement>
<font size="12" isBold="false" isUnderline="false"/>
</textElement>
<text><![CDATA[Managers d'entité :]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="10" y="501" width="140" height="18" isRemoveLineWhenBlank="true" uuid="f6da2091-98ef-4384-963b-7d9b69dc9ba2"/>
<textElement>
<font size="12" isBold="false" isUnderline="false"/>
</textElement>
<text><![CDATA[Managers d'entité :]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="10" y="483" width="140" height="18" isRemoveLineWhenBlank="true" uuid="65038fa4-7e73-4554-8e91-cc9a85e89836">
<printWhenExpression><![CDATA[true]]></printWhenExpression>
</reportElement>
<textElement>
<font size="12" isBold="false" isUnderline="false"/>
</textElement>
<text><![CDATA[Contacts dirigeants :]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="10" y="537" width="140" height="18" isRemoveLineWhenBlank="true" uuid="dc759890-32a9-4d62-969a-18aa80437f53"/>
<textElement>
<font size="12" isBold="false" isUnderline="false"/>
</textElement>
<text><![CDATA[Managers d'entité :]]></text>
</staticText>
<staticText>
<reportElement positionType="Float" x="10" y="519" width="140" height="18" isRemoveLineWhenBlank="true" uuid="de0f6854-abbf-45a4-a642-8b17df1865c2">
<printWhenExpression><![CDATA[true]]></printWhenExpression>
</reportElement>
<textElement>
<font size="12" isBold="false" isUnderline="false"/>
</textElement>
<text><![CDATA[Contacts dirigeants :]]></text>
</staticText>
</band>
</detail>
<pageFooter>
<band height="71" splitType="Immediate">
<textField>
<reportElement x="160" y="20" width="100" height="30" uuid="610924a5-4d05-4edc-bebf-a8abf14f274e"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA["Page " + $V{PAGE_NUMBER}]]></textFieldExpression>
</textField>
<textField evaluationTime="Report">
<reportElement x="260" y="20" width="100" height="30" uuid="5acae58f-ec6d-4074-b37a-4a1f0853f30b"/>
<textElement textAlignment="Left"/>
<textFieldExpression><![CDATA[" sur " + $V{PAGE_NUMBER}]]></textFieldExpression>
</textField>
</band>
</pageFooter>
</jasperReport>
Вот что я хочу:
Вот что я получаю:
Спасибо