Files
rag_jrxml/jrxml_source/MarkupReport.jrxml
T
panda 4f475e9e36 feat: 添加Qwen3嵌入模型及JRXML报告相关文件
添加Qwen3-4B嵌入模型配置文件及权重文件
添加多个JRXML报告的数据查询和字段定义文件
添加PdfEncryptReport.jrxml示例报告文件
2026-05-11 08:34:03 +08:00

22 lines
2.4 KiB
Plaintext

<jasperReport name="MarkupReport" language="java" pageWidth="595" pageHeight="842" whenNoDataType="AllSectionsNoDetail" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="30" bottomMargin="30" uuid="e87dbd0e-2e23-4ece-b475-38f7122440a4">
<property name="com.jaspersoft.studio.data.defaultdataadapter" value="One Empty Record"/>
<style name="Sans_Normal" default="true" fontName="DejaVu Sans" fontSize="10.0" bold="false" italic="false" underline="false" strikeThrough="false"/>
<parameter name="RtfText" class="java.lang.String">
<defaultValueExpression><![CDATA[net.sf.jasperreports.samples.markup.MarkupUtil.getRtfFileAsString()]]></defaultValueExpression>
</parameter>
<parameter name="HtmlText" class="java.lang.String">
<defaultValueExpression><![CDATA[net.sf.jasperreports.samples.markup.MarkupUtil.getHtmlFileAsString()]]></defaultValueExpression>
</parameter>
<title height="350">
<element kind="staticText" uuid="ad41424d-75ee-4d62-8819-890139cc26bd" mode="Opaque" x="0" y="0" width="555" height="110" backcolor="#C0C0C0" markup="styled" fontSize="16.0">
<text><![CDATA[This is a <style isBold="true" isItalic="true" isUnderline="true">static text</style> element containing styled text. <style backcolor="yellow" isBold="true" isItalic="true">Styled text</style> elements are introduced by setting the <style forecolor="blue" isItalic="true">markup</style> attribute available for the <style isBold="true" forecolor="magenta">textElement</style> tag to <style forecolor="red" isItalic="true">styled</style> and by formatting the text content using nested <style isBold="true" forecolor="green">style</style> tags and simple HTML tags, including <a type="Reference" href="http://jasperreports.sf.net" target="Blank"><style isItalic="true" isBold="true" isUnderline="true" forecolor="yellow">hyperlinks</style></a>.]]></text>
</element>
<element kind="textField" uuid="6061e7da-5309-4074-bcb1-811c11c5a864" positionType="Float" mode="Opaque" x="0" y="120" width="555" height="110" backcolor="#C0C0C0" markup="rtf" fontSize="16.0" textAdjust="StretchHeight">
<expression><![CDATA[$P{RtfText}]]></expression>
</element>
<element kind="textField" uuid="4db40b8d-d3cc-4f53-be82-c5aeb3ce5452" positionType="Float" mode="Opaque" x="0" y="240" width="555" height="110" backcolor="#C0C0C0" markup="html" fontSize="16.0" textAdjust="StretchHeight">
<expression><![CDATA[$P{HtmlText}]]></expression>
</element>
</title>
</jasperReport>