Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

displaying parameter value on report

0 views
Skip to first unread message

Mr De Vries

unread,
Dec 15, 2009, 4:56:02 AM12/15/09
to
Hey all,

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

Bruce L-C [MVP]

unread,
Dec 15, 2009, 6:11:22 AM12/15/09
to

Have you just tried the expression builder. It will let you pick the
parameter. Also, is this a multi-select parameter?

=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...

0 new messages