How can I append multiple reports together?(如何将多个报告附加在一起?)
问题描述
我有许多报告既需要单独运行,也需要作为一个组运行.
I have a number of reports that need to be both run separately and also as a group.
我已经创建了这些报告,并希望我可以创建一个表单,我可以将报告 1、报告 2、报告 3 等附加在一起,而无需创建不同的报告并将所有这些报告制作为子报告.
I've created these reports and was hoping I could just create a form where I could just append report1, report2, report3, etc. together without creating a different report and making all of those reports subreports.
这可能吗?
我在 .NET WinForms 控件中显示它,但它也将导出为 PDF,可能还有 DOC、XLS 等...
I'm displaying it in the .NET WinForms control, but it will also be exported to PDF and perhaps DOC, XLS etc...
推荐答案
创建第三个报表,其中前 N 个报表在标题中一个接一个地设置为子报表.为什么这对您来说不是一个好选择?
Create a third report that has the first N reports setup as sub-reports in the header one after the other. Why is this not a good option for you?
也许你可以后附加.输出格式是什么?
Possibly you could post-append. What is the output format?
这篇关于如何将多个报告附加在一起?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何将多个报告附加在一起?


基础教程推荐
- 从 VS 2017 .NET Core 项目的发布目录中排除文件 2022-01-01
- 首先创建代码,多对多,关联表中的附加字段 2022-01-01
- 将事件 TextChanged 分配给表单中的所有文本框 2022-01-01
- JSON.NET 中基于属性的类型解析 2022-01-01
- 是否可以在 asp classic 和 asp.net 之间共享会话状态 2022-01-01
- 经典 Asp 中的 ResolveUrl/Url.Content 等效项 2022-01-01
- 在 VS2010 中的 Post Build 事件中将 bin 文件复制到物 2022-01-01
- 全局 ASAX - 获取服务器名称 2022-01-01
- 如何动态获取文本框中datagridview列的总和 2022-01-01
- 错误“此流不支持搜索操作"在 C# 中 2022-01-01