I Have a requirement like to open the corresponding HTML5 report viewer dynamically by passing the report source based on the click of a hyperlink.
Example:
Hyperlink1
Hyperlink2.
On clicking the Hyperlink 1, I need to pass the report source dynamically to report viewer and open its corresponding report. Similarly, on clicking link2 and so on.
Kindly suggest me the approach to satisfy this requirement. Thanks in advance.