Hi Zionlite,
To achieve your requirement, we can refer to the following method:
- Add the expression as the second parameter default value:
=IIF(Parameters!ReportParameter1.Value=TRUE,FALSE,NOTHING)
- Add the expression as the third parameter default value:
=IIF(Parameters!ReportParameter1.Value=false and Parameters!ReportParameter2.Value=false,TRUE,FALSE)
The following screenshot is for your reference:
If there are any other questions, please feel free to ask.
Thanks,
Katherine Xiong
Katherine Xiong
TechNet Community Support
No comments:
Post a Comment