in the Expression
=iif(Parameters!Your_Parameter.value = true, "Show " + Parameters!Your_Parameter.value, "")
When passing a Date, you have to use this Expression
=iif(CStr(Parameters!Your_Date.Value) = "", "No Date", Parameters!Your_Date.Value)