0
我正在使用Reportviewer在我的.aspx頁面上查看SSRS報告。 由於此reportviewer在瀏覽器中呈現爲iframe。 我想在每次加載iframe時調用一些javascript函數。如何在asp.net中獲取iframe onload事件
I can't use window.onload because the content of reportviewer that is iframes get changed without any postback.