Now when we design a report(text type) using a Text component(we put all the text displayed on the Text component), we hope that when the height of the Text component is higher than the page height, the excess part of the Text component will automatically paging rather than display behind the first page.In addition, this Text component contains the data source expressions, we cannot predict the height of the Text component.If wo can not set the Text Component automatically paging, it will bring the issue that Converted pdf, word documents show incomplete.
Now the display is as follows:
What should I set the properties to achieve this effect(We set the Text component's property 'Grow to Height' to true, but it did not work)? Or write any code to achieve this effect?
ps:We also want to know how to set the RichText Component automatically paging?
How to set the Text Component automatically paging
Re: How to set the Text Component automatically paging
Hello.
At fist you should set the right hight of the page of the report. Then the text will be split on parts.
To give you more detailed answer we need to see your report template with sample data.
Thank you.
At fist you should set the right hight of the page of the report. Then the text will be split on parts.
To give you more detailed answer we need to see your report template with sample data.
Thank you.
Re: How to set the Text Component automatically paging
First we had set the right hight of the page of the report and this Text component contains the data source expressions, we cannot predict the height of the Text component.we hope that when the height of the Text component is higher than the page height, the excess part of the Text component will automatically paging rather than display behind the first page.Aleksey Andreyanov wrote:Hello.
At fist you should set the right hight of the page of the report. Then the text will be split on parts.
To give you more detailed answer we need to see your report template with sample data.
Thank you.
Demo:
Re: How to set the Text Component automatically paging
Hello.
Please, try to set the Can Break property of the text component to True.
Thank you.
Please, try to set the Can Break property of the text component to True.
Thank you.
Re: How to set the Text Component automatically paging
Hello.
The text that is placed exactly on the page is static and it can't be broken.
Please move this text component on a Data Band.
Thank you.
The text that is placed exactly on the page is static and it can't be broken.
Please move this text component on a Data Band.
Thank you.