您好,你用的是H5是吧!
然后报表的路径是存在一个新建的报表文件下是我理解的这样不,如果是这样,请看下面截图:
代码
- var viewer = GrapeCity.ActiveReports.Viewer(
- {
- element: '#viewer',
- report: {
- id: "Reports/套打001.rdlx"
- },
- reportService: {
- url: '/ActiveReports.ReportService.asmx'
- },
- //Setting the uiType to Custom
- uiType: 'custom',
- documentLoaded: function () {
- setPaginator();
- },
- localeUri: 'Scripts/i18n/Localeuri.txt'
- });
复制代码
|