I have integrated ReportViewer to display SSRS reports on my .aspx page. However, since the ReportViewer is rendered as an iframe in the browser, I am looking for a way to trigger a JavaScript function every time the iframe loads.
Using window.onload won't work because the content of the ReportViewer changes dynamically without any postback occurring.