Hi,
I have the report "report.mrt" (see the file attachment) with data in file "data.xml".
When I render the report, I see this:
(see the file attachment "bad.png")
But I need this:
(see the file attachment "right.png")
Can You help me please, how I can do that?
Thanks
Roman
Problem with Header and Footer when I use long text
Problem with Header and Footer when I use long text
- Attachments
-
- Bad output
- bad.png (48.78 KiB) Viewed 1061 times
-
- Right output
- right.png (59.57 KiB) Viewed 1062 times
-
- data.xml
- Data
- (17.68 KiB) Downloaded 170 times
-
- report.mrt
- Report
- (14.69 KiB) Downloaded 142 times
Re: Problem with Header and Footer when I use long text
Hello.
This issue is because you set the Can Grow propety of the Band and text box on it to False. When the text doesn't fit in the text component, it's made larger and breaks over next page. So you get second text on the 3 pages. The third band starts on the next page. This report can be created using complicated scripts.
Thank you.
This issue is because you set the Can Grow propety of the Band and text box on it to False. When the text doesn't fit in the text component, it's made larger and breaks over next page. So you get second text on the 3 pages. The third band starts on the next page. This report can be created using complicated scripts.
Thank you.