Args ArgList = new Args(reportStr(My_Report));
ReportRun My_Report = new ReportRun (ArgList);
;
My_Report.design().caption('My Report');
My_Report.query().interactive(false);
My_Report.query().dataSourceNo(1).range(1).value('AA');//对报表里的数据源传递参数。若无,则可以不要。
My_Report.run();

相关文章:

  • 2021-07-13
  • 2021-06-14
  • 2021-05-17
  • 2021-10-27
  • 2021-04-15
  • 2021-08-10
  • 2021-11-21
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-20
  • 2021-11-10
  • 2021-07-13
  • 2021-12-27
  • 2021-07-15
  • 2021-06-17
相关资源
相似解决方案