Hi, all.
My report contains two elements:
1. Group (lay at groupHeader)
2. Crosstab in this Group (lay at groupFooter).
Consider two elements as one "Object"
One page may be contain more than one "Object".
I want, if my "Object" can not place in one page purely
then start it at new page. Can i do it?
My report contains two elements:
1. Group (lay at groupHeader)
2. Crosstab in this Group (lay at groupFooter).
Consider two elements as one "Object"
One page may be contain more than one "Object".
I want, if my "Object" can not place in one page purely
then start it at new page. Can i do it?
1 Answer:
Posted on November 1, 2006 at 1:06pm
Hi,
Since your "Object" does not have a fixed height (the crosstab stretches because it has an unknown number of rows), this would be hard to completely solve.
However, if you want to prevent your object starting too low on the page, where there is little remaining space left, you could use the minHeightToStartNewPage property of your group.
I hope this helps.
Teodor
Since your "Object" does not have a fixed height (the crosstab stretches because it has an unknown number of rows), this would be hard to completely solve.
However, if you want to prevent your object starting too low on the page, where there is little remaining space left, you could use the minHeightToStartNewPage property of your group.
I hope this helps.
Teodor