2017-05-28 14 views
0

私はASP.NET Webフォームアプリケーションで "Microsoft.ReportViewer.WebForms、Version = 12.0.0.0"を使用していました。Uncaught 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) 

答えて

関連する問題