gpt4 book ai didi

activereports - 使用 Active Reports 在一份报告中获取多个报告

转载 作者:行者123 更新时间:2023-12-02 05:55:02 26 4
gpt4 key购买 nike

如何使用数据动态事件报告在一份报告中获得多个报告(具有不同的查询)

最佳答案

您还可以创建多个报表,对每个报表调用 Run(),然后使用 ActiveReport.Document.Pages 将它们合并在一起。保持逻辑完全分离并将文档合并在一起的好方法。

类似于:

ActiveReport report1 = new ActiveReport();
ActiveReport report2 = new ActiveReport();
report1.Run();
report2.Run();
report.Document.Pages.AddRange(report2.Document.Pages);
//do your exporting as normal

关于activereports - 使用 Active Reports 在一份报告中获取多个报告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2350469/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com