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?
这篇关于如何将多个报告附加在一起?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何将多个报告附加在一起?
基础教程推荐
- 将 XML 转换为通用列表 2022-01-01
- 将 Office 安装到 Windows 容器 (servercore:ltsc2019) 失败,错误代码为 17002 2022-01-01
- 如何在 IDE 中获取 Xamarin Studio C# 输出? 2022-01-01
- 有没有办法忽略 2GB 文件上传的 maxRequestLength 限制? 2022-01-01
- SSE 浮点算术是否可重现? 2022-01-01
- 如何激活MC67中的红灯 2022-01-01
- c# Math.Sqrt 实现 2022-01-01
- rabbitmq 的 REST API 2022-01-01
- MS Visual Studio .NET 的替代品 2022-01-01
- 为什么Flurl.Http DownloadFileAsync/Http客户端GetAsync需要 2022-09-30