You could try to set Segment per Width property of the page to 2.Mashinchi wrote:Thanks for your great product
I have a report with,for example, 5 Column headers.
Because of the page's width limitation I want to print first 3 headers in page1 and another 2 headers in page2 of my report.
Is there any way to do this?
According to this fact that I have created my report dynamically.
My report should be looked like this:
Page1
Header1 Header2 Header3
ID=1
ID=2
Page2
Header4 Header5
ID=1
ID=2
Page3
Header1 Header2 Header3
ID=3
ID=4
.
.
.
As you see,for example, report can show 2 records on each page.
Therefore, it should repeats Record1 and Record2 on Page2 for showing data of these records for Header4 and Header5.
I will be more happy if you help me as soon as possible.
Thanks.
Thank you.