get text value in drop down


hi, 1 of parameters user has choose drop down control.
control, populates names , each 1 has id.
id gets passed.
question:
how can name of selected item drop down parameter onto report?

thanks

hi  arkiboys,

you need make use of expression as:

=parameters!reportparameter1.label

parameters!reportparameter1.value return id , parameters!reportparameter1.label return name. repalce reportparameter1 actual name of parameter.

and if in case parameter multiselect one, have write expression

=join(parameters!reportparameter1.label, ",")

let me know if need more info.

hth.

cheers,

iceqb


please mark correct answers :)




SQL Server  >  SQL Server Reporting Services, Power View



Comments

Popular posts from this blog

SQL Server PSProvider SQL Server Authentication

BIT Version

How to calculate the delta size while diffing the files in TeamFoundationServer ?