Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » some page blank(page blank,blank)
some page blank [message #635473] Wed, 27 October 2010 00:15 Go to next message
Cho HyunJong is currently offline Cho HyunJongFriend
Messages: 107
Registered: July 2009
Location: korea
Senior Member

i have a problem.

There are spaces in the middle of the pages.
some page is good. some page is blank.

http://picasaweb.google.com/lh/photo/zVg2RyiQ4wHVmQb-p9WHCgX5ZMize6SybK2KUdI2Y-s?feat=directlink

image link
http://picasaweb.google.com/lh/photo/zVg2RyiQ4wHVmQb-p9WHCgX 5ZMize6SybK2KUdI2Y-s?feat=directlink

my code is
options = new PDFRenderOption();
options.setOutputFileName(REPORT_RESULT_FULL_PATH);
options.setOutputFormat(RenderOption.OUTPUT_FORMATPDF);
options.setOption(IPDFRenderOption.PAGE_OVERFLOW, IPDFRenderOption.OUTPUT_TO_MULTIPLE_PAGES);


Let me help you.

[Updated on: Wed, 27 October 2010 00:22]

Report message to a moderator

Re: some page blank [message #635487 is a reply to message #635473] Wed, 27 October 2010 04:02 Go to previous messageGo to next message
Richard A. Polunsky is currently offline Richard A. PolunskyFriend
Messages: 212
Registered: July 2009
Location: Houston TX
Senior Member

Check the Page Break setting on your Table object. It's probably the default of 40 lines. Change it to zero and your tables will only break over pages and at other defined levels (such as keep together and group break).

Richard
Re: some page blank [message #635489 is a reply to message #635487] Wed, 27 October 2010 04:12 Go to previous message
Cho HyunJong is currently offline Cho HyunJongFriend
Messages: 107
Registered: July 2009
Location: korea
Senior Member

thanks, Richard A. Polunsky
Previous Topic:Images in Excel output
Next Topic:JavaBridge HTML render exception
Goto Forum:
  


Current Time: Thu Apr 25 22:41:20 GMT 2024

Powered by FUDForum. Page generated in 0.03062 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top