Stimulsoft.Report.js打印多个列表

需要注意数据源和模板中值的对应关系。

image

 

image

 

var yourData ={
    "AKA": [
        { "BBS1": 'name11' },{ "BBS1": 'name22' },{ "BBS1": 'name33' },
        { "set1": '11' },{ "set1": '22' },{ "set1": '33' },
        { "set2": '11' },{ "set2": '22' },{ "set2": '33' },
    ]
  };
  report.regData("", "", yourData);
 
 
 

image

 

image

 

posted @ 2026-08-03 10:02  路边有一棵草  阅读(6)  评论(0)    收藏  举报