Hi ,
Iam working on drill - through reports . The reports have 3 cascading multi- valued parameters.
Country
State
City
All the parameters have available & default values from respective stored procs.
The State parameter have StateID as Value
and State Name as Label.
In the parent report in the header iam using Parameters!ParamState.LAbel .. and thats working fine
The child report does not have any available or default values for the parameters.
when Iam passing 3 param's to child report the State ID's are being passed to state parameter.
My problem is How can I show the corresponding Statename in the header .
All your help is appreciated !
TIA