-1

I am generating BIRT report dynamically using DE. While rendering the pdf I would like to set the ENLARGE_PAGE_SIZE and orientation to Landscape. Can any one help me plzzzzzz.......

Thanks in advance !!! :) :D

4

1 回答 1

0

在进行渲染时,将渲染选项设置为:

renderOption.setOption(PDFRenderOption.PAGE_OVERFLOW,新整数(PDFRenderOption.ENLARGE_PAGE_SIZE));

如果您使用 de api 创建报表,请将母版页设置为横向:designHandle.getMasterPages().get(0).setProperty("orientation", "landscape");

杰森

于 2012-09-27T03:38:18.807 回答