User-1167312475 posted
Hi,
I have two pages each containing a single report. The first report let's you retrieve information using a dropdownlist. Clicking on the item number (ItemID) will take you to a second page. The second page contains a report which is populated
based on the ItemID passed from the first report. Along with the report on the second page is some C# code which is designed to allow edits to data NOT contained in the report. What I'm trying to do is pass the ItemID from the first page report
OR from the second page report to the C# code to execute a stored procedure populating the editable data. I've spent the better part of two days trying to find a solution though all I have found are methods to pass values from an ASP.NET page to SSRS
but I need to do the opposite: Pass SSRS column values to an ASP.NET(C#) page.
Any help would be greatly appreciated.