简体   繁体   中英

NULL checkbox in SSRS report

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?

Try setting the default to =Nothing , ie NULL.

Or even just specify it from the dropdown:

在此处输入图片说明

Just set the parameter default value to 'TRUE'

在此处输入图片说明

This will result in

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM