Display All the parameter value in header of ssrs report

  • Hi,

    How to display parameter value in report header.

    Attached sample screen.

    Thanks

  • Did you try using JOIN()?

    =JOIN(Parameters!prmMultiValuedParam.Value,", ") & " " & Parameters!prmNonMultiValuedParam.Value

    Use JOIN for the parameters that allow multiple values and then just

    Parameters!ParamName

    for the rest.

  • Thanks!!

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply