• You would use the hidden property of the parameters based on the value selected by the open/closed parameter.

    Use an expression like

    =IIF(Parameters!OpenClosed.Value = "Open", TRUE, FALSE)

    You will need to ensure that your parameter order in the report is such that OpenClosed is above the date parameters