I store the xml layout of the report in my database, and use a custom resolver to create a ReportInstance when rendering the report. This all works great.
But when I start to use the "Navigate to report" action, I can't get it to work. In the winform reportviewer, I see the correct behavior. I can click on the textbox, and the 2nd report renders. Hower in the HTML5 ReportViewer, that textbox is not a click target.
I found this post https://www.telerik.com/forums/html5-reportviewer-navigate-to-reports-action-not-working, which says that it is by design when you use a custom resolver. Is there a workaround to still make it a click-target?

Hi telerik,
I've a report view which contains Graph and has been used for a few years since 2015 without problem,
however I encountered an error after upgrading to 2017 R3 saying "lineSeries1 : X value must be null or empty when using Category Style".
I searched here and there as well as report document guide but can't have a tip.
What does that mean?
Pls refer attached my report design image and let me know what should be changed.
TIA
Kang
Hi,
The MVC viewer ReportSource Uri will expose the physical path of the report in the html source.Is there a way to hide this info?
Uri = Server.MapPath("~/ReportFiles/VehicleMaintenanceReport.trdp")This would produce the following viewer options in the html:
"report":"D:\\My Documents\\Visual Studio 2013\\Projects\\MyProject\\ReportFiles\\VehicleMaintenanceReport.trdp"
Thanks
Madani

Hi,
Could you please help with the issue of double borders as in the attached image.
Thanks
Madani


We have a WPF form with a grid full of records. The user chooses the records they want to see on a report. Once they select the items, how do i then send that collection to be the datasource behind a report so that the selected records display as a report within the Report Viewer control?
I have looked at tons of examples, and tried many different things with no luck. Please help!!!
Note: I am using 2016 Q1 Reporting.
Chase