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

Report Viewers

7 Answers 60 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Troy
Top achievements
Rank 1
Troy asked on 28 Oct 2016, 04:09 PM
We have a bunch of reports and report viewer in our application that were working just fine.  We were using buttons to make the reports visible.  We just upgraded to the latest version of Telerik reporting and now none of the reports will open up when the buttons are clicked.  We also upgraded our UI for ASP.net AJAX to the latest version as well.  Not sure if that would effect it also.

7 Answers, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 28 Oct 2016, 04:59 PM
Hi Troy,

Please check R3 2016 release notes and the list of changes.
Check the HTML rendered on the page and if HTML elements of TelerikReporting viewers are there. Also check the browser's Console for errors. Debug the code to trace if the button click event is handled correctly.

In order to troubleshoot the problem further, please post details about errors, or open a support ticket and send us the upgraded project in a ZIP file (you can exclude Telerik DLLs to reduce the size of the ZIP).

Regards,
Stef
Telerik by Progress
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
0
Troy
Top achievements
Rank 1
answered on 28 Oct 2016, 06:24 PM

Browser is showing a large error message

 

Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_TSM&compress=1&_TSM_CombinedScri…:6 Uncaught Error: Sys.WebForms.PageRequestManagerServerErrorException: Value cannot be null.
Parameter name: key
    at Function.Error.create (http://localhost:63928/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=Rad…aen-US%3a6b5ccaa5-a290-46bd-afb1-b6039033842c%3aea597d4b%3ab25378d2:6:2736)
    at Sys.WebForms.PageRequestManager._createPageRequestManagerServerError (http://localhost:63928/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=Rad…n-US%3a6b5ccaa5-a290-46bd-afb1-b6039033842c%3aea597d4b%3ab25378d2:15:11490)
    at Sys.WebForms.PageRequestManager._parseDelta (http://localhost:63928/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=Rad…n-US%3a6b5ccaa5-a290-46bd-afb1-b6039033842c%3aea597d4b%3ab25378d2:15:29608)
    at Sys.WebForms.PageRequestManager._onFormSubmitCompleted (http://localhost:63928/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=Rad…n-US%3a6b5ccaa5-a290-46bd-afb1-b6039033842c%3aea597d4b%3ab25378d2:15:25637)
    at Array.<anonymous> (http://localhost:63928/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=Rad…3aen-US%3a6b5ccaa5-a290-46bd-afb1-b6039033842c%3aea597d4b%3ab25378d2:6:307)
    at http://localhost:63928/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=Rad…en-US%3a6b5ccaa5-a290-46bd-afb1-b6039033842c%3aea597d4b%3ab25378d2:6:51370
    at Sys.Net.WebRequest.completed (http://localhost:63928/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=Rad…en-US%3a6b5ccaa5-a290-46bd-afb1-b6039033842c%3aea597d4b%3ab25378d2:6:89758)
    at XMLHttpRequest._onReadyStateChange (http://localhost:63928/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=Rad…en-US%3a6b5ccaa5-a290-46bd-afb1-b6039033842c%3aea597d4b%3ab25378d2:6:84357)

0
Stef
Telerik team
answered on 31 Oct 2016, 10:30 AM
Hi Troy,

Please test the following settings:
  1. Host the application in Local IIS via Visual Studio (project - Properties - Web tab) or disable BrowserLink in Visual Studio before running the application.
  2. Verify that the page with the viewer loads only one version of jQuery.

If you need further help, please open a support ticket and send us a demo project that illustrates the settings and reproduces the problem.

Regards,
Stef
Telerik by Progress
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
0
Troy
Top achievements
Rank 1
answered on 31 Oct 2016, 01:48 PM
It seems like there is an issue when the report viewer is inside an AJAX panel.  All our report viewers have been inside panels without a problem until we got the latest update.
0
Stef
Telerik team
answered on 31 Oct 2016, 02:00 PM
Hello Troy,

If you are using the old ASP.NET WebForms ReportViewer, check AJAX Support.

If you are using the HTML5 Viewer or its WebForms wrapper, the wrapper renders a Javascript object in the page and registers scripts on the page. Also the viewer uses AJAX requests to connect to an instance of the Reporting REST service. Thus using the HTML5 viewer in an AJAX panel is not needed, it is not making postbacks.

Regards,
Stef
Telerik by Progress
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
0
Troy
Top achievements
Rank 1
answered on 31 Oct 2016, 02:03 PM
Thanks for your help.  It was the browserlink being enabled that was causing it.  We recently upgraded visual studio for 2012 to 2015.
0
Accepted
Troy
Top achievements
Rank 1
answered on 31 Oct 2016, 02:04 PM
Thanks for you help.  It was the browserlink that you mentioned.  We recently upgraded visual studio from 2012 to 2015.
Tags
General Discussions
Asked by
Troy
Top achievements
Rank 1
Answers by
Stef
Telerik team
Troy
Top achievements
Rank 1
Share this question
or