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

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

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

javascript - Restarting Supervisor and effect on FlaskSocketIO -