zhlb 发表于 2024-1-10 15:45:19

无法新建空白报表

使用oncreate无法新建空白报表,文档上写的方法也失效了,导入templates失败


这是报错信息:"export 'templates' was not found in '@grapecity/activereports/reportdesigner'

下面是文档上面的方法,文档报错内容是:Cannot read properties of undefined (reading 'FPL')


import {
Designer as ReportDesigner,
templates,
} from "@grapecity/activereports/reportdesigner";

designer.setReport({
      definition: fpl ? templates.FPL : templates.CPL,
      });






Bella.Yuan 发表于 2024-1-10 15:45:20

您好,对应的使用可以参考下图进行实现:
先定义一个rdl报表,一个页面报表


oncreate方法中选择对应的模板:

也可以参考这个链接:https://developer.mescius.com/activereportsjs/demos/features/designer-report-loading/purejs


页: [1]
查看完整版本: 无法新建空白报表