Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. How to make subreport display based on data

How to make subreport display based on data

Scheduled Pinned Locked Moved Database
helptutorialquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    imranafsari
    wrote on last edited by
    #1

    Hi all , I am using ssrs2005. I am trying to generate a report which list employee leave detail ie Empcode , name , no of leave taken , balance leave. Now user want to see detail information of employee when he click on empcode . Is it possible using ssrs2005. I tried with subreport. How can I make subreport to be visible when he select particular employee code Please help

    imran khan

    T 1 Reply Last reply
    0
    • I imranafsari

      Hi all , I am using ssrs2005. I am trying to generate a report which list employee leave detail ie Empcode , name , no of leave taken , balance leave. Now user want to see detail information of employee when he click on empcode . Is it possible using ssrs2005. I tried with subreport. How can I make subreport to be visible when he select particular employee code Please help

      imran khan

      T Offline
      T Offline
      TheFM234
      wrote on last edited by
      #2

      I would keep it simple and make two reports, and have your main one navigate to the detail report. Add another report to the same project, and make sure you have a parameter for empcode. In the first report (the main one), go to the properties for the empcode textbox. Under the Navigation tab, choose "Jump to report", then choose the detail report in the combo box. Click the "Parameters..." button and have empcode equal to "=ReportItems!empcode.Value" (I'm assuming that the textbox for empcode is called empcode). When a user clicks on the empcode the detail report will show with the value that they clicked.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups