NewPageThreshold
Hello
I am developing using Report Builder (v. 7.03 for Delphi 7), and I have a
problem related to "NewPageThreshold".
I have a report with many sub-reports and child-reports. One of them, a
child-report, has a Group and a Group Header. The Detail Band in this
Child-Report has Pictures.
Now, I don't want to print the Group Header for the Band if there is not
room for at least one picture; in other words, the Group Header shouldn't be
the last thing in the page, alone without pictures below of it.
I used the property NewPageThreshold, and set it to the same height that has
the Detail Band in the SubReport, and also I tried different values, but it
doesn't work for me.
Can someone help me with this???
Thanks.
Estela Alfonso
I am developing using Report Builder (v. 7.03 for Delphi 7), and I have a
problem related to "NewPageThreshold".
I have a report with many sub-reports and child-reports. One of them, a
child-report, has a Group and a Group Header. The Detail Band in this
Child-Report has Pictures.
Now, I don't want to print the Group Header for the Band if there is not
room for at least one picture; in other words, the Group Header shouldn't be
the last thing in the page, alone without pictures below of it.
I used the property NewPageThreshold, and set it to the same height that has
the Detail Band in the SubReport, and also I tried different values, but it
doesn't work for me.
Can someone help me with this???
Thanks.
Estela Alfonso
This discussion has been closed.
Comments
I keep working on my report and I have figure out that when the
child-report, which has one group and pictures, has only 1 column, the
property New Page when less than is working fine, but if the child-report
has 2 columns (my report has to have 2 columns), this property and the new
one, New column when less than, don't work.
Thanks
Estela