Page break between sub reports of a sub report

  • Thread starter Thread starter Ralf
  • Start date Start date
R

Ralf

Dear All,

Meanwhile I learned that a page break should not be in a sub report, but in
the main report. However, in my main report I have sub reports which again
have sub reports, well, sub-sub reports. These sub-sub reports need to be
separated via a page break.
But how to trigger a page break when page breaks are only allowed within the
main report. It is impossible to place the page break on the main report,
since all my sub reports extensively use CanShrink and CanGrow. Therefore the
position of the sub-sub reports will always be different and a positioning
of the page break on the main report impossible.

Would be nice if someone could give me a hint.

Thanks,
Ralf
 
Ralf said:
Meanwhile I learned that a page break should not be in a sub report, but in
the main report. However, in my main report I have sub reports which again
have sub reports, well, sub-sub reports. These sub-sub reports need to be
separated via a page break.
But how to trigger a page break when page breaks are only allowed within the
main report. It is impossible to place the page break on the main report,
since all my sub reports extensively use CanShrink and CanGrow. Therefore the
position of the sub-sub reports will always be different and a positioning
of the page break on the main report impossible.


This is a very difficult situation that does not always have
a solution.

A couple of thoughts that may be useful are that the
KeepTogether (group and section) and ForceNewPage properties
do work in subreports.

In some situations, it may be possible to use grouping to
reduce the number of levels of subreports.
 
Back
Top