Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Report Parameters Selected Shown in Report and/or Footer

    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, ", ")

Viewing post 1 (of 1 total)