Question about subreport order.
Question about subreport order.
Hello i am trying to achive .
In a page a have two subreports , eaatch of them has the same heigth to display 12 rows at a time , so in 1st page shows
12 rows of 1st sub and 12 rows af the 2nd sub and so on.
I s it possible tha the 2nd subreport start render after the 1st finishes ?
so if the 1st sub has 30 rows and the 2nd 20 rows i want 2 pages with 1sub and at the 3rd page to start the 2nd sub to show rows.
Best Regards
Aris
In a page a have two subreports , eaatch of them has the same heigth to display 12 rows at a time , so in 1st page shows
12 rows of 1st sub and 12 rows af the 2nd sub and so on.
I s it possible tha the 2nd subreport start render after the 1st finishes ?
so if the 1st sub has 30 rows and the 2nd 20 rows i want 2 pages with 1sub and at the 3rd page to start the 2nd sub to show rows.
Best Regards
Aris
Re: Question about subreport order.
Hello.
Please, look at the attached report template. Thank you.
Please, look at the attached report template. Thank you.
Re: Question about subreport order.
Thats how i render mine , but my question is .
Is it possible the second report starts shows data at the 3rd page , the page that the 1st report ends render data.
I showw a similiar functionality with 2 databands and in the 1st databand i set in break tab new break after true and
break if less tha aprox 65 and works but at the end of the first databand the 2nd databand start form the end of 1sst
and not of the spesified point like subreport.
Regards
Is it possible the second report starts shows data at the 3rd page , the page that the 1st report ends render data.
I showw a similiar functionality with 2 databands and in the 1st databand i set in break tab new break after true and
break if less tha aprox 65 and works but at the end of the first databand the 2nd databand start form the end of 1sst
and not of the spesified point like subreport.
Regards
Re: Question about subreport order.
Hello.
We couldn't understand your problem.
Could you explain it with examples?
Thank you.
We couldn't understand your problem.
Could you explain it with examples?
Thank you.
Re: Question about subreport order.
in this report in your example
the first subreport has numbers betwen 1 and 25 .
the second subreport has numbers between 1 and 13 .
so in preview are 3 pages:
first page red area 1 - 10 , green area 1 -10,
2nd page red area 11 - 20 , green area 11 -13,
3rd page red area 21 - 25 , green area null,
My clients demand is with the same sample data
1st page red area 1 - 10 , green area null,
2nd page red area 11 - 20 , green area null,
3rd page red area 21 - 25 , green area 1-10,
4rd page red area null , green area 11-13,
IS that understood ?
Regards.
the first subreport has numbers betwen 1 and 25 .
the second subreport has numbers between 1 and 13 .
so in preview are 3 pages:
first page red area 1 - 10 , green area 1 -10,
2nd page red area 11 - 20 , green area 11 -13,
3rd page red area 21 - 25 , green area null,
My clients demand is with the same sample data
1st page red area 1 - 10 , green area null,
2nd page red area 11 - 20 , green area null,
3rd page red area 21 - 25 , green area 1-10,
4rd page red area null , green area 11-13,
IS that understood ?
Regards.
Re: Question about subreport order.
Hello.
Please, look at the attached report template. Thank you.
Please, look at the attached report template. Thank you.
Re: Question about subreport order.
I Love you !!!!
Thank you Very much , still trying to figure out how it works.
Best Regards
Thank you Very much , still trying to figure out how it works.
Best Regards
Re: Question about subreport order.
Hello.
It's a little hack. Because without Header Band the Band will start from top of the page because the components should be on any Band or it will be static on the page and components on the band will overlap such component. So the Panel1 on the Page1 is static and on the last page where it is, the header overlaps it.
Thank you.
It's a little hack. Because without Header Band the Band will start from top of the page because the components should be on any Band or it will be static on the page and components on the band will overlap such component. So the Panel1 on the Page1 is static and on the last page where it is, the header overlaps it.
Thank you.