Page 3 of 3

Re: How to Print the Databand at bottom - Reg.

Posted: Mon Aug 12, 2013 10:58 am
by Alex K.
Hello,

Please try to use the following expression in the Text component with pagination:
{PageNumber - 1}
and set the HideZeros property to true.

Thank you.

Re: How to Print the Databand at bottom - Reg.

Posted: Mon Aug 12, 2013 11:16 am
by shan
Hi,
Thanks for your response, it is working fine, i designed a TOC page for this report in that i used the code {GetAnchorPageNumber(sender.TagValue)} here the page no. is not gets updated.

Regards,
Shan

Re: How to Print the Databand at bottom - Reg.

Posted: Mon Aug 12, 2013 1:46 pm
by shan
shan wrote:Hi,
Thanks for your response, it is working fine, i designed a TOC page for this report in that i used the code {GetAnchorPageNumber(sender.TagValue)} here the page no. is not gets updated.

Regards,
Shan

Hi,
I have fixed the above mentioned issue, i set the code for TOC as {GetAnchorPageNumber(sender.TagValue)-1} it worked.

Thanks for your great support.

Regards,
Shan

Re: How to Print the Databand at bottom - Reg.

Posted: Wed Aug 14, 2013 8:10 am
by Alex K.
Hello,

Ok. Let us know if you need any additional help.