MyEclipse: fix the footer at the bottom

iskohl - Sep 23, 2011 - 01:21 PM
Post subject: fix the footer at the bottom
How can I fix the footer at the bottom of a paper, I found in web that I can put the

Code:
HTMLRenderOption.setPageFooterFloatFlag(false)


in report,but I' confused, where should I put these codes in my report?

thanks
support-swapna - Sep 26, 2011 - 01:00 PM
Post subject:
iskohl ,

I have escalated it to a dev team member. They will get back to you.
Sorry for the inconvenience caused.
Support-Brian - Sep 26, 2011 - 05:34 PM
Post subject:
ishohl,

Open your report in the report designer and click the "script" tab in the editor. From the combo, select the "beforeFactory" item and insert the following code:
Code:
reportContext.getRenderOption().setOption("pageFooterFloatFlag", false);


Hope this helps.
iskohl - Sep 27, 2011 - 08:14 AM
Post subject:
Hi guys,

You are simply awesome, it works, Thank you.

BTW, is there documents I can read about how we use such scripts.
Support-Brian - Sep 27, 2011 - 08:22 AM
Post subject:
Glad it worked!

We have some amount of BIRT help included in MyEclipse; for more detailed articles and tips and tricks, I believe Birt Exchange would be the best resource: http://www.birt-exchange.org/
All times are GMT - 6 Hours
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits