how to show textbox values in rdlc reports
if footer is show only last page
How to show continue in page end
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rafnas T PPosted May 29, 2017, 2:29 AM
Jyoti JodhaPosted May 29, 2017, 2:21 AM
Rafnas T PPosted May 29, 2017, 2:19 AM
Jyoti JodhaPosted May 29, 2017, 2:09 AM
Rafnas T PPosted May 29, 2017, 2:06 AM
Jyoti JodhaPosted May 29, 2017, 1:58 AM
Nilesh Jadav
Nilesh JadavPosted May 27, 2017, 9:03 PM
Try this:
1.) Added a new list box and in it I have added a textbox(naamed it : txtDisplayOnLastPage).
2.) In the textbox added the required code or the information needed to display.
3.) In the footer using ReportItems property I haved done it like this.
Added a textbox in the footer and the code below.
=ReportItems("txtDisplayOnLastPage").Value
Also , Look at the property PrintOnFirstPage of PageFooter. If you set it off the footer will be printed on the last page only.
Source : https://social.msdn.microsoft.com/Forums/sqlserver/en-US/a00eac72-7ac9-4f0e-836a-4f0352989519/how-to-print-text-on-the-last-page-ie-like-a-report-footer-in-rdlc-file?forum=sqlreportingservices