I’m using the ReportViewer control in a WinForms app. How do I change the “NULL” checkbox text to anything else? (just right of ‘Begin Date’ in the below picture)
alt text http://img269.imageshack.us/img269/1774/dropdowninssrspagerequi.png
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.
Here’s the answer, and it’s a bit ugly, but hopefully this will save you some typing if you ever have to do it yourself. Implement the IReportViewerMessages interface like so:
Then, use an instance of that class right before you RefreshReport:
And that’ll do it. Notice I’ve left almost all the properties as meaningless strings, except the two (at top) that I care about.