I'll double check this tomorrow at work but I don't think this is true.
..Label should always work. One thing to keep in mind is that the parameter
name is case sensitive. Parameters!somename.Value is not the same as
Parameters!SomeName.Value. Be sure that you have your parameter with the
appropriate case.
--
Bruce Loehle-Conger
MVP SQL Server Reporting Services
[quoted text, click to view] "ALI-R" <newbie@microsoft.com> wrote in message
news:%23wTTcHzAFHA.3988@TK2MSFTNGP11.phx.gbl...
> My Problem is that I am using a non-queried parametre:-(
> and I get an error if I use Parameters!Name.Value.What a bizzare,Isn't it?
> Maybe Microsoft guys should add it to their wish list;-)
>
> Ali
>
> <Michelle@bwalk.com> wrote in message
> news:1106693367.969333.310150@c13g2000cwb.googlegroups.com...
>> Hi Ali,
>>
>> I find that =Paramaters!Name.Label will work MOST of the time.
>>
>> I have several queried parameters and one that is not queried but has
>> values and lablels like: ="Q1-" & Year(Today)
>>
>> The queried parameters work perfect with =Paramaters!Name.Label, but
>> the non queried parameter does not print if I use .Label However, it
>> will print if I use .Value
>>
>>
>> Take care,
>> Michelle
>>
>
>