Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Sep 26, 2010 07:44 AM by You-Hu Fu
Member
28 Points
50 Posts
Sep 20, 2010 09:49 AM|LINK
hi all
i want to show my footer in rdlc report only in last page ?how do i do it?
635 Points
171 Posts
Sep 20, 2010 10:42 AM|LINK
take total no of records from db make your footer not visible
& just make it visible on last page
like,
if you get 112 records from db & ur paging is of size 10
divide 112 with 10 so you get 11.2 & make paging visible for 12 th page
Star
8174 Points
795 Posts
Sep 26, 2010 07:44 AM|LINK
Hi,
Set the textbox in the Footer’s visibility using this expression =IIF(CStr(Globals!PageNumber)=CStr(Globals!TotalPages),False, True)
If you have any question, please feel free to ask.
Regards,
Challen Fu
vahidam
Member
28 Points
50 Posts
rdlc page footer problem
Sep 20, 2010 09:49 AM|LINK
hi all
i want to show my footer in rdlc report only in last page ?how do i do it?
Hgvyas123
Member
635 Points
171 Posts
Re: rdlc page footer problem
Sep 20, 2010 10:42 AM|LINK
take total no of records from db make your footer not visible
& just make it visible on last page
like,
if you get 112 records from db & ur paging is of size 10
divide 112 with 10 so you get 11.2 & make paging visible for 12 th page
You-Hu Fu
Star
8174 Points
795 Posts
Re: rdlc page footer problem
Sep 26, 2010 07:44 AM|LINK
Hi,
Set the textbox in the Footer’s visibility using this expression =IIF(CStr(Globals!PageNumber)=CStr(Globals!TotalPages),False, True)
If you have any question, please feel free to ask.
Regards,
Challen Fu
Feedback to us
Microsoft One Code Framework