By: Arun Kumar PG - pgarunkumar
Sub-Report Expression
2004-05-03 08:18
Hi all!
I havea vry basic question.
For sub-report expression we have the following five data-types:
<!ATTLIST subreportExpression class (java.lang.String | java.io.File | java.net.URL | java.io.InputStream | dori.jasper.engine.JasperReport) "java.lang.String"
>
I understand the JasperReport type. Does other types means pointing to ".jasper" sub-report file ?
Thankz in adv.
Arun
By: Darran Smith - darrans
RE: Sub-Report Expression
2004-05-04 06:09
I've used the java.lang.String in this way (just provide the name of the .jasper file and ensure it is in your classpath). Can't say about the others, but I guess so.
Sub-Report Expression
2004-05-03 08:18
Hi all!
I havea vry basic question.
For sub-report expression we have the following five data-types:
<!ATTLIST subreportExpression class (java.lang.String | java.io.File | java.net.URL | java.io.InputStream | dori.jasper.engine.JasperReport) "java.lang.String"
>
I understand the JasperReport type. Does other types means pointing to ".jasper" sub-report file ?
Thankz in adv.
Arun
By: Darran Smith - darrans
RE: Sub-Report Expression
2004-05-04 06:09
I've used the java.lang.String in this way (just provide the name of the .jasper file and ensure it is in your classpath). Can't say about the others, but I guess so.
0 Answers:
No answers yet