Jump to content
We've recently updated our Privacy Statement, available here ×

URGENT: How to create a static section like a footer but allowing overflow


zac_developer

Recommended Posts

Hi,

I have been working on a report since three weeks and i can't find a solution to my problem.

I want to create a section on the bottom of each page of my report which allows overflow(it contains subreports). I can't do that using a page footer because it doesn't allow overflow. This section has a static size and position and when there is overflow, data should be printed in next page but in the same position reserved to this section.

Please  refer to attached document for further details. I tried many things and I am really blocked. Any help is welcome.

Thanks in advance.

Zac

Link to comment
Share on other sites

  • 4 weeks later...
  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Hi,

I will explain in other terms. I'm trying to have two subreports on the detail band at the same time but I can't find a correct solution.  Report should look like this:

-----page 1-----
-----subreport 1-----
            record 1
            record 2
            ...
            record n
-----subreport 2-----
            record 1
            record 2
            ...
            record n
-----end of page 1-----
 
-----page 2-----
-----subreport 1-----
            record n+1
            record n+2
            ...
-----subreport 2-----
            record n+1
            record n+2
            ...
-----end of page 2-----
 

Subreports 1 and 2 must have the same number of records per page. But I don't know how to force subreport to use only height which has been set in subreport parameters. Each time subreport 1 uses a whole size of page 1 and subreport 2 starts after subreport 1. 

Thanks,

Zac

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...