This is a migrated thread and some comments may be shown as answers.

HTML5 ReportViewer in ASP.NET WebForms User Control(.ascx) Page

1 Answer 123 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Phil
Top achievements
Rank 1
Phil asked on 26 Jul 2019, 10:01 AM

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?

 

1 Answer, 1 is accepted

Sort by
0
Neli
Telerik team
answered on 31 Jul 2019, 08:51 AM
Hello Phil,

You can add HTML5 ASP.NET Web Forms Report Viewer element to the existing user control (.ascx) page by adding the report viewer item manually. Step-by-step instructions on how to add HTML5 ASP.NET Web Forms Report Viewer manually are provided in Manual Setup help article. Make sure that you load jQuery and that it is loaded only once.

Check the attached project which demonstrates how to add the viewer to ascx page. Build the project to download the missing packages and run Upgrade Wizard in Visual Studio to update Telerik Reporting references to the version installed on your machine.

Regards,
Neli
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Phil
Top achievements
Rank 1
Answers by
Neli
Telerik team
Share this question
or