frank.zhang 发表于 2015-7-30 15:01:00

您好,
加载报表时,可以指定资源文件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'
            });





frank.zhang 发表于 2015-8-7 17:46:00

为了给你提供更优质的服务,请对本次服务进行评分。
我们会认真对待你提出的宝贵意见,谢谢
http://gcdn.gcpowertools.com.cn/attachment.aspx?attachmentid=10062
页: 1 [2]
查看完整版本: HTML5 Demo