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?
这篇关于如何将多个报告附加在一起?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何将多个报告附加在一起?


- 在 C# 中异步处理项目队列 2022-01-01
- 是否可以在 .Net 3.5 中进行通用控件? 2022-01-01
- 使用 rss + c# 2022-01-01
- 在 LINQ to SQL 中使用 contains() 2022-01-01
- Windows 喜欢在 LINUX 中使用 MONO 进行服务开发? 2022-01-01
- 为什么 C# 中的堆栈大小正好是 1 MB? 2022-01-01
- Azure Active Directory 与 MVC,客户端和资源标识同一 2022-01-01
- C# 通过连接字符串检索正确的 DbConnection 对象 2022-01-01
- CanBeNull和ReSharper-将其用于异步任务? 2022-01-01
- 带问号的 nvarchar 列结果 2022-01-01