您不能忽略buttom
边距,但使用负仓位可以忽略其他边距。(请注意,iReport 不会让您在设计模式下输入)
<?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="report name" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="5c06ba5e-7f96-4b81-bb6a-fcfe8cc2d13f">
<property name="ireport.zoom" value="1.0"/>
<property name="ireport.x" value="0"/>
<property name="ireport.y" value="10"/>
<summary>
<band height="802" splitType="Stretch">
<image>
<reportElement uuid="a104abd7-bd73-47c4-a4a1-47efeb32d8bf" x="-20" y="-20" width="594" height="822"/>
<imageExpression><![CDATA["/home/mor/Desktop/schlachtbeil.jpg"]]></imageExpression>
</image>
</band>
</summary>
</jasperReport>
你不能忽略bottom
边距的原因是你不能扩大band
到超过pageHeight - (topMargin + bottomMargin)
. 并且每个元素都不能有height
大于bandHeight - position