I have several date parameters in my SSRS report. I check "Allow null value" and "No default value". When I preview the report in Visual Studio, the NULL checkbox next to the date is checked, just what I want. However, when I run this same report in the browser, the NULL checkboxes are NOT checked. If I specify a default value of (Null) I get the same exact results.
- Why the different behaviors?
- How do I force the NULL boxes to be checked no matter where the report runs?