2017-05-28 68 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) 

回答

相關問題