I'm trying to create a report with a simple data band.
I have one column with text and one column with a picture.
I use a image control to display the picture.
Sometimes the text of a single line is very long (more than one page). I've set the property of the text box which contains the text to "break" to allow the text to continue on the next page. For this to work, I also needed to change the property of my image control to "break". As a result, my image is divided into seperate sub-images and a part of the original image is printed on each page.
Please help - how can I ensure that all the text will be displayed on my report (on more than one page) but my picture stays intact.
Problem with "broken" images
Problem with "broken" images
Hello,
Please set property GrowToHeight of Image component to false.
Thank you.
Please set property GrowToHeight of Image component to false.
Thank you.