I use VS2010 and I want to put a header (3-4 text lines) only on the first page and a footer on the last page( also 3-4 text line).
Can anyone help me?
thanks.
I use VS2010 and I want to put a header (3-4 text lines) only
Share
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.
Use the visibility property on your label and add a condition that will show it only on the first page. I do not know the exact syntax but you can use the expression builder to create it.
EDIT : Just some thing to look out for, the visiblity property is reversed than usual. The real name is ‘Hidden’, so true will hide your control and false will show it.