質問

I want to print a report to a smaller paper size. Default seems to be A4, but I want to print in a paper size nearly half of A4.

How can we setthe width and height of the printed output in dynamic reports? Is it possible to set the height adjust to its contents automatically?

役に立ちましたか?

解決

I see that it is possible to set the output size using the following method:

JasperReportBuilder.setPageFormat(200, 500, PageOrientation.PORTRAIT);
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top