Page break for subreport

  • Thread starter Thread starter SK08
  • Start date Start date
S

SK08

Hello,

I am having a problem setting the page break for information in a
subreport. This is a simple set up of my report:

Bond 1 Bank 1
Bank 2
Bank 3
etc
(solid line)

Bond 2 Bank 1
etc

Right now, I have Bond 2, then as many banks as it can fit on that
page, with the remainder spilling onto the next page. I need to keep
all the banks together per bond - so if all the bankscan't fit on the
remaining space of a page, it will start on the next page. The
subreport is set up so that there are solid lines separating each bond
listed in the report. I can get it so that there is only one bond/page
- force new page function- but that is too many pages for the client
(as there are 80+ bonds). Is there anyway to achieve this? Thanks!
 
SK08 said:
I am having a problem setting the page break for information in a
subreport. This is a simple set up of my report:

Bond 1 Bank 1
Bank 2
Bank 3
etc
(solid line)

Bond 2 Bank 1
etc

Right now, I have Bond 2, then as many banks as it can fit on that
page, with the remainder spilling onto the next page. I need to keep
all the banks together per bond - so if all the bankscan't fit on the
remaining space of a page, it will start on the next page. The
subreport is set up so that there are solid lines separating each bond
listed in the report. I can get it so that there is only one bond/page
- force new page function- but that is too many pages for the client
(as there are 80+ bonds). Is there anyway to achieve this?


Try using the Bond group's KeepTogether property in Sorting
and Grouping.
 
Back
Top