Hi,
I am working on .Net MVC application with SSRS report integration
using latest version of Report Viewer controls for WebForms (150.1427.0). and ReportviewerforMVC nuget pacakges.
Everything is working as expected.. but in the security scan result we found report pages are fereing to old version of Jquery and JqueryUI ..... as shown below
"/reservered.reportviewerwebcontrol.axd?OpType=Resource&Version=15.0.1449.0;Name=Microsoft.Reporting.WebForms.Scripts.Jquery.min.js"
Reportviewer page is displaying jquery v3.1.1 js file where it should use latest jquery, Need help on this
As per the documentation
As per Release Notes for Report Viewer controls for WebForms and WinForms of SSRS, since the version 150.1357.0 its has been Updated JQuery to version 3.3.1.
why is this displaying 3.1.1 jquery and how do I make it use latest jquery version.
Can some one help me on this
e.