Commit c10d8307 authored by dongman's avatar dongman

图片读取

parent efb61861
...@@ -22,11 +22,15 @@ ...@@ -22,11 +22,15 @@
</textElement> </textElement>
<text><![CDATA[ 门诊血糖记录单]]></text> <text><![CDATA[ 门诊血糖记录单]]></text>
</staticText> </staticText>
<image>
<reportElement x="0" y="0" width="70" height="70" uuid="c317460f-07bd-4a76-9e77-79a22176ff45"/>
<imageExpression><![CDATA["./img/img.png"]]></imageExpression>
</image>
</band> </band>
</title> </title>
<detail> <detail>
<band height="143"> <band height="143">
<property name="com.jaspersoft.studio.unit.height" value="px"/> <property name="com.jaspersoft.studio.unit.height" value="pixel"/>
<subreport> <subreport>
<reportElement x="0" y="60" width="504" height="83" uuid="5e52a1d0-39f0-431c-9ce4-69544b048cde"> <reportElement x="0" y="60" width="504" height="83" uuid="5e52a1d0-39f0-431c-9ce4-69544b048cde">
<property name="com.jaspersoft.studio.unit.height" value="px"/> <property name="com.jaspersoft.studio.unit.height" value="px"/>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<style name="detectionValue"> <style name="detectionValue">
<conditionalStyle> <conditionalStyle>
<conditionExpression><![CDATA[($F{detectionDoubleValue} <=2.8 ? true : false)]]></conditionExpression> <conditionExpression><![CDATA[($F{detectionDoubleValue} <=2.8 ? true : false)]]></conditionExpression>
<style backcolor="#FF0000"/> <style backcolor="#FF0000" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false"/>
</conditionalStyle> </conditionalStyle>
<conditionalStyle> <conditionalStyle>
<conditionExpression><![CDATA[(2.8<$F{detectionDoubleValue} && $F{detectionDoubleValue}<=3.9? true : false)]]></conditionExpression> <conditionExpression><![CDATA[(2.8<$F{detectionDoubleValue} && $F{detectionDoubleValue}<=3.9? true : false)]]></conditionExpression>
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
<textFieldExpression><![CDATA[$F{detectionTime}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{detectionTime}]]></textFieldExpression>
</textField> </textField>
<textField isBlankWhenNull="true"> <textField isBlankWhenNull="true">
<reportElement style="detectionValue" mode="Opaque" x="96" y="0" width="72" height="28" uuid="d4c739ab-9996-4feb-af47-2202c3028499"> <reportElement mode="Opaque" x="96" y="0" width="72" height="28" uuid="d4c739ab-9996-4feb-af47-2202c3028499">
<property name="com.jaspersoft.studio.unit.x" value="px"/> <property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/> <property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/> <property name="com.jaspersoft.studio.unit.height" value="px"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment