I'm starting with the trial for reporting and Web toolkits using VS2010, 4.0 framework. I have a web application with a report viewer that is consuming reports defined on a separate dll library. In one report I have a field (textbox) that has what I want to be "active"content - meaning I want the user to click that textbox and have it navigate to another report serving much like a drill down. This I have been able to accomplish.
Additionally, I am trying to maintain a set of navigation hyperlinks outside the report/report viewer that can also serve a similar report navigation purpose. These hyperlinks would instruct the report viewer to change its report source, parameters, etc. The key here is that I am creating an alternative to a document map - its just a business requirement.
How would I know when the user has clicked on the report field, thus triggering the navigation action? I need to know this because I need to update the hyperlinks to reflect the new report "context". I'm a bit dumbfounded by the lack of useful events in the report control hierarchy. The report viewer appears to be blissfully ignorant of important actions like the one described above... is this true or am I just missing something obvious?
Thanks in advance,
Ed
Additionally, I am trying to maintain a set of navigation hyperlinks outside the report/report viewer that can also serve a similar report navigation purpose. These hyperlinks would instruct the report viewer to change its report source, parameters, etc. The key here is that I am creating an alternative to a document map - its just a business requirement.
How would I know when the user has clicked on the report field, thus triggering the navigation action? I need to know this because I need to update the hyperlinks to reflect the new report "context". I'm a bit dumbfounded by the lack of useful events in the report control hierarchy. The report viewer appears to be blissfully ignorant of important actions like the one described above... is this true or am I just missing something obvious?
Thanks in advance,
Ed