US and Worldwide: +1 (866) 660-7555
Results 1 to 5 of 5

Thread: Problem with Page Footer

  1. #1
    Join Date
    Mar 2003
    Posts
    4,947

    Default Problem with Page Footer

    Hi,

    Why is the page footer so high up from the bottom edge of the page. I am using a page footer of height 50 and the report still looks like it is an inch from the bottom edge of the paper. I am doing a legal landscape report 950*600.


    How do I get the report footer right down to the edge of the page?

  2. #2
    Join Date
    Mar 2003
    Posts
    4,947

    Default Re: Problem with Page Footer

    Have you tried setting margins in the <report ...> element of the template? Look at the dtd file for the details.

    -Aleks

  3. #3
    Join Date
    Mar 2003
    Posts
    4,947

    Default Re: Problem with Page Footer

    I'm sorry but the DTD that I paid for does not have any thing about margins for the report ELEMENT. All it has is width , height , name and minpageformat...

    Can you explain more about these margins or give an example?

  4. #4
    Join Date
    Mar 2003
    Posts
    4,947

    Default Re: Problem with Page Footer

    What version of the JFreeReport are you using? In 0.7.6, the report tag can be defined as this:

    <report width=... height=... name=... pageformat=... leftmargin=... rightmargin=... topmargin=... bottommargin=... orientation=...>
    ...
    </report>

    My guess is that these margin attributes control what you're looking for.

    -Aleks

  5. #5
    Join Date
    Mar 2003
    Posts
    4,947

    Default Re: Problem with Page Footer

    OK. I am using 0.7.5. that's why..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •