您好,
加载报表时,可以指定资源文件localeUri
- var viewer = GrapeCity.ActiveReports.Viewer({
- element: '#viewerContainer',
- reportService: {
- url: '/ActiveReports.ReportService.asmx'
- },
- uiType: 'desktop',
- reportLoaded : function () {
- reportsButtons.prop('disabled', false);
- },
- localeUri: 'Scripts/i18n/Localeuri.txt'
- });
复制代码
|