reporting services - ssrs-Pass Report parameter to DrillDown -


im building report, make group in ssrs (not in dataset), means group created in ssrs,

now, how can pass values of group drill down?

p.s - pseudocode: dataset (build in sql server 2008):

alter.... select      ...concat(x) myx      ,documentid      ,name      ,age  group documentid 

in ssrs group myx, myx - has values of 'x' grouped documentid. want pass values of myx drilldown. how can it? thanks

i assume have parameter on drilldown report pass value to. on action sends drilldown set parameter's value expression be:

=fields!myx.value 

Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -