reporting services - SSRS drill through report -


i creating 2 ssrs reports. first report lists names of of elements in dataset.

so, when click on of element of first report second report should display definition of element.

second report's dataset contains definition of elements. when click on element name first report, should pass name second report.

how should this?

  1. click on textbox field, , select action property
  2. select "go report" action, specify subreport
  3. "add" paramter, , pass field's value it

something =parameters!yourelements.value

see here https://msdn.microsoft.com/en-us/library/ms159847(v=sql.90).aspx


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -