Page 1 of 1

Problem with Header and Footer when I use long text

Posted: Thu Jun 19, 2014 8:54 am
by rlacko
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

Re: Problem with Header and Footer when I use long text

Posted: Fri Jun 20, 2014 11:15 am
by HighAley
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.