I am looking at the report viewer WinForms control in SSRS 2005 and want to know if you can have actions do something other than call a URL or show another report. My boss likes the report viewer control but wants to know if you can set it up so that if you click on a cell it could open up another form.
I think the "Action" property is the right tool for this, but I don't see any options to run code... all I see is "Go TO Bookmark","Jump to Report", and "Go to URL". Is there an event that the control exposes that I could use to determine which cell was clicked or some other way I can do this?