In SSRS report if I mention Nullable tag in ReportParameter then it automatically creates a checkbox with text NULL. So is there a way to make the checkbox by default checked?
In SSRS report if I mention Nullable tag in ReportParameter then it automatically creates
Share
Try setting the default to
=Nothing, i.e. NULL.Or even just specify it from the dropdown: