How to Print the Databand at bottom - Reg.

Stimulsoft Ultimate discussion
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

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

Post 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.
Attachments
SampleReport_modified2.mrt
(30.78 KiB) Downloaded 248 times
shan
Posts: 51
Joined: Mon Nov 05, 2012 10:16 am

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

Post 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
shan
Posts: 51
Joined: Mon Nov 05, 2012 10:16 am

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

Post 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
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

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

Post by Alex K. »

Hello,

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