I am currently trying to add the HTML5 ReportViewer to a .ascx page, which will then be toggled on a .aspx page as to whether be displayed or not.
I'm using an asp:Placeholder on the .aspx page and adding the User Control to it on a button click. The user control renders the text I have on the page, but looking at the Chrome console, I just see the attached blank ReportViewer.
I've added the Assembly Registers to both the .aspx and .ascx page along with the required Kendo scripts/ stylesheets.
I'm not sure what I'm missing, is this even possible to do?