ireport-4.5.0, jasper-reports-4.5.0을 사용 중입니다. 열 머리글에 테두리를 추가하려고합니다. 내가 찾은 인터넷 검색 중 우리는 사각형을 사용하여 테두리를 가져올 수 있습니다. 사각형을 사용했지만 border.Below를 얻지 못했습니다. 사용중인 코드입니다.사각형을 사용하여 내 보고서 열 머리글 테두리를 얻는 방법
<columnHeader>
<band height="39" splitType="Stretch">
<rectangle>
<reportElement x="131" y="0" width="424" height="39"/>
</rectangle>
<rectangle>
<reportElement x="0" y="1" width="131" height="38"/>
</rectangle>
<staticText>
<reportElement x="11" y="16" width="108" height="14"/>
<textElement>
<font size="12" isBold="true"/>
</textElement>
<text><![CDATA[Business Name]]></text>
</staticText>
<staticText>
<reportElement x="154" y="10" width="361" height="20"/>
<textElement textAlignment="Center">
<font size="12" isBold="true"/>
</textElement>
<text><![CDATA[Sales Report]]></text>
</staticText>
</band>
</columnHeader>
실수를 저지르는 정확한 방향으로 어떤 사람이 나를 가리킬 수 있습니까?
감사의 말 전진.
당신은 [JasperReports를에서 표 테두리 추가]를 볼 수 있습니다 (http://stackoverflow.com/q/10278067/876298) –
안녕 알렉스를 게시, I Padding And Borders를 사용하고 싶지 않습니다. Rectangle 만 사용해야합니다. 원래 질문을 편집했습니다. – NSS
Bcoz 하위 보고서에 테두리를 추가해야합니다. 하위 보고서의 채우기 및 테두리가없는 것 같습니다. 그래서 사각형 만 사용해야합니다. – NSS