By: JC Tchitchiama - jeanch
Problem Printing text and image in subreport
2002-10-02 07:16
Hi,
I can't get jasper to display text and image held in the subreport.
Here is what I have got
Master.xml
<jasperreport>
...
<title>
<title/>
...
<subreport>
my sbreport defined here
</subreport>
MySubreport
<jasperreport>
<title>
<title/>
<detail>
text to display
image to dsplay
<detail/>
<jasperreport/>
<jasperreport/>
Note that the subreport in the Master.xml is outwith the title tag. Also note that the subreport is displayed when put in the subreport title but that not what I want because I have got few subreport.
Any ideas is welcomed
Cheers
JC
By: JC Tchitchiama - jeanch
RE: Problem Printing text and image in subreport
2002-10-03 08:14
hi,
playing about the the height parameter has solved this one
Ta
JC
Problem Printing text and image in subreport
2002-10-02 07:16
Hi,
I can't get jasper to display text and image held in the subreport.
Here is what I have got
Master.xml
<jasperreport>
...
<title>
<title/>
...
<subreport>
my sbreport defined here
</subreport>
MySubreport
<jasperreport>
<title>
<title/>
<detail>
text to display
image to dsplay
<detail/>
<jasperreport/>
<jasperreport/>
Note that the subreport in the Master.xml is outwith the title tag. Also note that the subreport is displayed when put in the subreport title but that not what I want because I have got few subreport.
Any ideas is welcomed
Cheers
JC
By: JC Tchitchiama - jeanch
RE: Problem Printing text and image in subreport
2002-10-03 08:14
hi,
playing about the the height parameter has solved this one
Ta
JC
0 Answers:
No answers yet