gpt4 book ai didi

jasper-reports - 尽管查询有效,但Jasper iReport表返回空文档

转载 作者:行者123 更新时间:2023-12-04 05:08:26 24 4
gpt4 key购买 nike

我正在尝试使用Jasper iReport 4.5创建一个报告,并且正在使用一个表格来显示一些数据。该表由查询填充,当我在“查询编辑器”中检查查询的预览时,我得到的正是所需的结果。
但是,当我尝试创建报告预览时,得到的只是“文档没有页面”。表标题中甚至不会显示静态文本。

这是报告的XML,但没有查询:

<?xml version="1.0" encoding="UTF-8"?>
<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="subReportTextManualCustomerRating" pageWidth="500" pageHeight="842" columnWidth="460" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20">
<property name="ireport.zoom" value="1.4641000000000008"/>
<property name="ireport.x" value="0"/>
<property name="ireport.y" value="0"/>
<style name="table">
<box>
<pen lineWidth="1.0" lineColor="#000000"/>
</box>
</style>
<style name="table_TH" mode="Opaque" backcolor="#F0F8FF">
<box>
<pen lineWidth="0.5" lineColor="#000000"/>
</box>
</style>
<style name="table_CH" mode="Opaque" backcolor="#BFE1FF">
<box>
<pen lineWidth="0.5" lineColor="#000000"/>
</box>
</style>
<style name="table_TD" mode="Opaque" backcolor="#FFFFFF">
<box>
<pen lineWidth="0.5" lineColor="#000000"/>
</box>
</style>
<style name="table 1">
<box>
<pen lineWidth="1.0" lineColor="#000000"/>
</box>
</style>
<style name="table 1_TH" mode="Opaque" backcolor="#FFFFFF">
<box>
<pen lineWidth="0.5" lineColor="#000000"/>
</box>
</style>
<style name="table 1_CH" mode="Opaque" backcolor="#FFBFBF">
<box>
<pen lineWidth="0.5" lineColor="#000000"/>
</box>
</style>
<style name="table 1_TD" mode="Opaque" backcolor="#FFFFFF">
<box>
<pen lineWidth="0.5" lineColor="#000000"/>
</box>
</style>
<subDataset name="CustomerType">
<parameter name="TEXT_MANUAL_OID" class="java.lang.String"/>
<queryString>
</queryString>
<field name="Anzahl" class="java.lang.Long"/>
<field name="Typ" class="java.lang.String"/>
<field name="Bezeichnung" class="java.lang.String"/>
</subDataset>
<parameter name="TEXT_MANUAL_OID" class="java.lang.String"/>
<queryString>
<![CDATA[]]>
</queryString>
<summary>
<band height="143">
<componentElement>
<reportElement key="table 1" style="table 1" x="0" y="0" width="460" height="143"/>
<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="CustomerType">
<connectionExpression><![CDATA[$P{REPORT_CONNECTION}]]></connectionExpression>
</datasetRun>
<jr:column width="90">
<jr:tableHeader style="table 1_TH" height="30">
<staticText>
<reportElement x="0" y="0" width="90" height="30"/>
<textElement/>
<text><![CDATA[Kontakt Typen]]></text>
</staticText>
</jr:tableHeader>
<jr:detailCell style="table 1_TD" height="20">
<textField>
<reportElement x="0" y="0" width="90" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[$F{Typ}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="90">
<jr:tableHeader style="table 1_TH" height="30">
<staticText>
<reportElement x="0" y="0" width="90" height="30"/>
<textElement/>
<text><![CDATA[Ergebniserklärung]]></text>
</staticText>
</jr:tableHeader>
<jr:detailCell style="table 1_TD" height="20">
<textField>
<reportElement x="0" y="0" width="90" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[$F{Bezeichnung}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="90">
<jr:tableHeader style="table 1_TH" height="30">
<staticText>
<reportElement x="0" y="0" width="90" height="30"/>
<textElement/>
<text><![CDATA[Anzahl der Kontakte]]></text>
</staticText>
</jr:tableHeader>
<jr:detailCell style="table 1_TD" height="20">
<textField>
<reportElement x="0" y="0" width="90" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[$F{Anzahl}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
</jr:table>
</componentElement>
</band>
</summary>
</jasperReport>

最佳答案

还有另一种方法。

遵循以下步骤

  • 单击主报告名称
  • 选择属性名称:无数据类型时
  • 选择属性值:所有部分无详细信息

  • 通过使用此功能,无需添加虚拟sql。

    关于jasper-reports - 尽管查询有效,但Jasper iReport表返回空文档,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9567422/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com