Hi All,
Is there is any way to display the User selected parameter information if the parameter is multiselect ?
I was able to display if the parameter is single valued but if it is multivalued (list), i was not able to .
Any help is greatly appreciated.
Regards,
Can you elaborate your question?Regards,
Ramesh KS
Hi!
Join([your parameter, either value or label], [your delimiter]), will do the trick for you.
//H?kan
|||Hi.
Thanks a lot , it worked.
|||HI Bala_SSRS:
Could You Post Your Sources for a code sample ?
TKS
|||
Here is the sample code
=String.Format("Organization Name: {0}",Join(Parameters!OrganizationName.Value,";"))
Thanks,
Bala
No comments:
Post a Comment