Hide/disable SSRS PARAMETER WHEN ANOTHER IS SELECTED

I HAVE 4 SSRS DATE PARAMETERS
1)START_DATE 2) END_ DATE
3)YEAR 4) MONTH
if someone selects START_DATE & END_ DATE they shouldn't be able to select either YEAR MONTH
likewise if they select 3)YEAR 4) MONTH they shouldnt be able to select 1)START_DATE 2) END_ DATE'
Is there an expression i can write to accomplish this

FYI when i say should be able to see, is it possible to hide or disable the filters based on the choices above, any other suggestions is welcome.