• In the text box enter something like this in the expression:

    Parameter!.YourParameterName.Label or Parameter!.YourParameterName.Value

    If you allow the user to select multiple parameters you can use the Join function:

    Join(Parameter!.YourParameterName.Lavel, ", ")