2017-05-28 72 views
0

我在ASP.NET Web窗体应用程序中使用“Microsoft.ReportViewer.WebForms,Version = 12.0.0.0”。未捕获TypeError:选项不是函数 - SSRS(仅在Google Chrome中)

在报告查看器中,单击“查看报告”按钮后,我只在Google Chrome上获得了低于JavaScript的错误。我在Mozilla Firefox或Internet Explorer中看不到任何问题。

我可以知道为什么我有这个错误,我该如何解决这个问题?

Uncaught TypeError: options is not a function 
    at Microsoft.Reporting.WebFormsClient._Toolbar.SetUIToCurrentZoomLevel (Reserved.ReportViewerWebControl.axd?OpType=Resource&Version=12.0.2402.15&Name=ViewerScript:5062) 
    at Microsoft.Reporting.WebFormsClient._Toolbar.UpdateForNewReportPage (Reserved.ReportViewerWebControl.axd?OpType=Resource&Version=12.0.2402.15&Name=ViewerScript:4928) 
    at Microsoft.Reporting.WebFormsClient._Toolbar.OnReportAreaContentChanged (Reserved.ReportViewerWebControl.axd?OpType=Resource&Version=12.0.2402.15&Name=ViewerScript:4835) 
    at Array.<anonymous> (ScriptResource.axd?d=fG_WoGPVtvzjOZg-NP_dufNAiVPwj-qauWYNYRKo6o_E16L_8ayZvvi8ykZNd_AXLvdwMWZshkfEUG…:47) 
    at ScriptResource.axd?d=fG_WoGPVtvzjOZg-NP_dufNAiVPwj-qauWYNYRKo6o_E16L_8ayZvvi8ykZNd_AXLvdwMWZshkfEUG…:3484 
    at Microsoft.Reporting.WebFormsClient.ReportViewer.Sys$Component$raisePropertyChanged [as raisePropertyChanged] (ScriptResource.axd?d=fG_WoGPVtvzjOZg-NP_dufNAiVPwj-qauWYNYRKo6o_E16L_8ayZvvi8ykZNd_AXLvdwMWZshkfEUG…:3701) 
    at Microsoft.Reporting.WebFormsClient.ReportViewer._onReportAreaContentChanged (Reserved.ReportViewerWebControl.axd?OpType=Resource&Version=12.0.2402.15&Name=ViewerScript:5411) 
    at Array.<anonymous> (ScriptResource.axd?d=fG_WoGPVtvzjOZg-NP_dufNAiVPwj-qauWYNYRKo6o_E16L_8ayZvvi8ykZNd_AXLvdwMWZshkfEUG…:47) 
    at ScriptResource.axd?d=fG_WoGPVtvzjOZg-NP_dufNAiVPwj-qauWYNYRKo6o_E16L_8ayZvvi8ykZNd_AXLvdwMWZshkfEUG…:3484 
    at Microsoft.Reporting.WebFormsClient._InternalReportViewer.Sys$Component$raisePropertyChanged [as raisePropertyChanged] (ScriptResource.axd?d=fG_WoGPVtvzjOZg-NP_dufNAiVPwj-qauWYNYRKo6o_E16L_8ayZvvi8ykZNd_AXLvdwMWZshkfEUG…:3701) 

回答

相关问题