Hi,
I'm Using Asp.Net with C# & Sql Server 2005..
I'm Generating Reports in SSRS 2005..
I want to Generate the Reports DYNAMICALLY in Local Mode at web-based applications..
Here I'm having One Stored Procedure which Returns UserID's.. I want to Display all the ID's in One DROPDOWNLIST Control.. By Selecting the ID's from Dropdownlist control, I want to Generate the Reports(Dynamically)..
How to Do this..
Please give me the Suggestions...
Thank You