I have a client report (rdlc) and want to repeat some textboxes in every pages. I can’t put these textboxes in header. I bind data to these textboxes, so I can’t put these at header.
Is there any solution for this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
i assume that the data you are using is same for every page so why don’t you pass this data as report parameter this way you will be able to display it in the header. In hte header you can display report parameters
Best Regards,
Iordan