Pesky NULL checkbox in SSRS report
问题 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 回答1: 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: public class CustomReportViewerMessages : IReportViewerMessages { public