Hi,
We have a report which only contains one page and that page only contains two RichTexts.
This report has been designed to print out special card. However, We don't print more than one record each time, which makes the solution easier, i.e we print a card only for the current person and we don't need to print bulk cards.
We have changed the properties of the RichTexts (Can grow and Grow to high) and it was well-worked, and we have changed the page high property to, for example, 4.5 , but some times the page high has to be changed to 6.5 in order to cover the changeable content.
What we need to do :
We need the page, also, grow to high. I know it does not have this property but how can we achieve this by the code?
Thanks.
Change page high
Re: Change page high
In other words, how we can change the page high after binding the data to be equal richtext1.high + tichtext2.high ?
Re: Change page high
Hello.
You don't need to change page size.
You should set the Unlimited Height property of the page to True and the Unlimited Breakable property of the page to False.
Thank you.
You don't need to change page size.
You should set the Unlimited Height property of the page to True and the Unlimited Breakable property of the page to False.
Thank you.
Re: Change page high
Good job, many thanks, done
.

Re: Change page high
Hello.
We are always glad to help you.
Let us know if you need any additional help.
Thank you.
We are always glad to help you.
Let us know if you need any additional help.
Thank you.