Hi there
I have a rtf text box bound to a datasource. The rtf-Text is longer than 1 page but the text is truncated and there is no second page to display the rest of the text. How can I force the rtf-control to expand to a second page and display all its content? I alreday have set the options can break, can grow, can shrink and grow to height.
Thank you for your help!
Grazi
RTF-Box longer than 1 page
-
- Posts: 10
- Joined: Fri Jan 04, 2008 3:55 am
- Location: Spain
RTF-Box longer than 1 page
Hi Grazi,
You can try to set the Can Break property of the RTF Control and the Band that owns the control to true. Also set the Can Grow property to true.
You can try to set the Can Break property of the RTF Control and the Band that owns the control to true. Also set the Can Grow property to true.
RTF-Box longer than 1 page
Thank you
I had to place it inside a report summary band. Placing the rtf box right on the page didn't work...
Grazi
I had to place it inside a report summary band. Placing the rtf box right on the page didn't work...
Grazi
RTF-Box longer than 1 page
Hello,
Thank you.
The CanBreak property only works for bands and for components that are placed in the bands.grazi wrote:I had to place it inside a report summary band. Placing the rtf box right on the page didn't work...
Thank you.
RTF-Box longer than 1 page
Hi,
You can set in the RTF Control the properties "Can Grow", "Can Break" and "Only Text" to true. In the band set "Can Grow" and "Can Break" to true.
You can set in the RTF Control the properties "Can Grow", "Can Break" and "Only Text" to true. In the band set "Can Grow" and "Can Break" to true.