Crystal.Li 发表于 2021-8-24 15:22:09

代码指定ActiveReports默认创建页面报表

本帖最后由 Crystal.Li 于 2021-8-24 15:24 编辑

使用ActiveReports创建报表,点击创建按钮时,可以指定默认的报表模板。
在Index.html页面的createReport的api需要添加以下options的设定:



GrapeCity.ActiveReports.WebDesigner.renderApplication("designer-id", designerOptions).then(function () {
        var newReportOptions ={ reportType: 'FPL' };
        GrapeCity.ActiveReports.WebDesigner.api.createReport(newReportOptions);
});

点击新建按钮后的效果:



页: [1]
查看完整版本: 代码指定ActiveReports默认创建页面报表