views:

180

answers:

1

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
Yes, thank you!
NikolayGS