facebook

fix the footer at the bottom

  1. MyEclipse Archived
  2.  > 
  3. MyEclipse Reports
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #319880 Reply

    iskohl
    Member

    How can I fix the footer at the bottom of a paper, I found in web that I can put the

    HTMLRenderOption.setPageFooterFloatFlag(false)

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

    thanks

    #319936 Reply

    support-swapna
    Moderator

    iskohl ,

    I have escalated it to a dev team member. They will get back to you.
    Sorry for the inconvenience caused.

    #319948 Reply

    Brian Fernandes
    Moderator

    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:

    reportContext.getRenderOption().setOption("pageFooterFloatFlag", false);

    Hope this helps.

    #319961 Reply

    iskohl
    Member

    Hi guys,

    You are simply awesome, it works, Thank you.

    BTW, is there documents I can read about how we use such scripts.

    #319962 Reply

    Brian Fernandes
    Moderator

    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/

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: fix the footer at the bottom

You must be logged in to post in the forum log in