DYNAMICALLY Generating Reports in SSRS 2005

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Aswanth
    New Member
    • Feb 2008
    • 14

    DYNAMICALLY Generating Reports in SSRS 2005

    I'm Working with Asp.Net with C#.. & I'm Generating Reports in SSRS-2005..

    Till Now I'm Generating Reports in SSRS-2005 with Stored Procedure.. in Which I'm Generating Reports for One Particular User Details(ie I wrote Stored Procedure for Getting One Users Details)..
    Now I Want to Generate the Reports for Different Users DYNAMICALLY (Here, I wrote another Stored Procedure which contains UsersID's as Input Parameters.. when we give the User ID then that Particular User's Details will be Executed).. Here I want to Place one Dropdownlist Control which contains All the User's ID's.. After selecting the Particular User ID, I Want to Generate that User's Details REPORT..

    I done this as like that I generated Report for One User(ie as like First Report).. But it is Not Working..

    Please give me the Suggestions for this...

    Thank You
Working...