Forum Discussion
Paginated report not embedding inside update panel ASP.net
Hello Anonymous,
Thank you for reaching out to the Microsoft Fabric Forum Community and thanks to Nasif_Azam for the solid guidance provided so far.
Since you're still seeing issues and there are errors in the browser's developer console, the next best step would be to review those specific error messages. They’ll help us identify whether the problem is related to variable values, the timing of script execution or something else in the page lifecycle.
Could you please share the exact error messages you're seeing?
This will help us pinpoint what might be going wrong and guide you with a precise fix.
I used this code, still not working. I cannot see any error message in console as well.
var prm = Sys.WebForms.PageRequestManager.getInstance();
prm.add_pageLoaded(function () {
powerbi.reset(document.getElementById('powerBIReportContainer'));
embedPowerBIReport();
});