Can i set page height for report(generated by iReport) by passing its size from Java source,(passing parameters???). Thanks in advance!
+2
A:
Use setPageHeight
on your JasperPrint
object. The documentation says that it
Sets the page height.
Peter Lang
2010-01-23 11:01:45
Yes, thank you!
NikolayGS
2010-01-23 11:55:03