I'm trying to add the parameter value in my report, in a textbox.
I have tried is with:
=Parameters!Parameter.Label ,
=Parameters!Parameter.Value
and
=Join.String(Parameter!parameter.Value,",")
Both of them aren't working for me, I get a notification that mt header is
moved.
Can someone help me with this problem
=Join(Parameters!Container.Value, ", ")
The above works, the parameter name was Container.
I notice that when you do the Join statement below you have Parameter
instead of Parameters.
--
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"Mr De Vries" <MrDe...@discussions.microsoft.com> wrote in message
news:E0FC9FCC-E03C-4872...@microsoft.com...