|
[x]
Posted via EE Mobile
|
|
| Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
|
|
|
|
Asked by cofactor in Java Programming Language, Java Server Pages (JSP), Java Standard Edition
I am using jasperreport IReport for pdf generation.
I have the configuration file pdfgen.jrxml where I have the code as below .(// added in the code )
my java program sends a big textField2 value ....the generated pdf cut last line of the textField2 value .
So,can we make the pdf scrollable so that it can contain all the textField2 values and does not truncate anything ? If so, what configuration I should write in the attached configuration jrxml file ?
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
|
<textField isStretchWithOverflow="false" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None" hyperlinkTarget="Self" >
<reportElement
x="35"
y="415"
width="285"
height="110"
key="textField"/>
<box topBorder="None" topBorderColor="#000000" leftBorder="None" leftBorderColor="#000000" rightBorder="None" rightBorderColor="#000000" bottomBorder="None" bottomBorderColor="#000000"/>
<textElement>
<font fontName="Times New Roman" pdfFontName="Times-Roman" size="12"/>
</textElement>
<textFieldExpression class="java.lang.String"><![CDATA[$P{textField2}]]></textFieldExpression>
</textField>
|
20091021-EE-VQP-81 - Hierarchy / EE_QW_3_20080625