Group sorting- Pagefooter wrong

Stimulsoft Reports.NET discussion
Post Reply
rksaskia
Posts: 58
Joined: Fri Apr 27, 2012 9:16 am

Group sorting- Pagefooter wrong

Post by rksaskia »

Hello,

we have a problem with PageFooter and groups.

The Report is a invoice, with groups. At the end of the page, a payment slip is printed.
The visible of the pagefooter is control by the value of field F20151.sAbb. If the value = 1, the pagefooter will not be displayed.

In the first record the value of sAbb is 1. He is shown on page 4, when sorting is on.
But also at page 1 payment slip is not printed.

When sorting is off, record 1 is printed on page one and all is ok.

We use 2013.1. What is wrong?
Attachments
pagefooter_zahlschein.zip
(353.65 KiB) Downloaded 146 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Group sorting- Pagefooter wrong

Post by Alex K. »

Hello,

Most probably its occurs because the PageHeader and PageFooter rendering in first, before rendering all component on page and in this case your conditions for enabling does not know the rigth value.
In this case, please try to use the FooterBand component with PrintAtBottom property instead the PageFooter component.

Thank you.
rksaskia
Posts: 58
Joined: Fri Apr 27, 2012 9:16 am

Re: Group sorting- Pagefooter wrong

Post by rksaskia »

Hello forum-reader,

the proposed solution works.

For those interested I have appended the modified report.
Attachments
FR_20151_Fakturierung_Zahlschein_Xml_sort_Footer.mrt
(137.1 KiB) Downloaded 158 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Group sorting- Pagefooter wrong

Post by Alex K. »

Hello,

Thank you for the sample.
Let us know if you need any additional help.
Post Reply