Change page high

Stimulsoft Reports.NET discussion
Post Reply
AlharbiN
Posts: 32
Joined: Wed Jan 02, 2013 1:07 pm

Change page high

Post by AlharbiN »

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.
AlharbiN
Posts: 32
Joined: Wed Jan 02, 2013 1:07 pm

Re: Change page high

Post by AlharbiN »

In other words, how we can change the page high after binding the data to be equal richtext1.high + tichtext2.high ?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Change page high

Post by HighAley »

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.
AlharbiN
Posts: 32
Joined: Wed Jan 02, 2013 1:07 pm

Re: Change page high

Post by AlharbiN »

Good job, many thanks, done :) .
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Change page high

Post by HighAley »

Hello.

We are always glad to help you.
Let us know if you need any additional help.

Thank you.
Post Reply