如何将多个报告附加在一起?

1

本文介绍了如何将多个报告附加在一起?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

我有许多报告既需要单独运行,也需要作为一个组运行.

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?

这篇关于如何将多个报告附加在一起?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

C# 中的多播委托奇怪行为?
Multicast delegate weird behavior in C#?(C# 中的多播委托奇怪行为?)...
2023-11-11 C#/.NET开发问题
6

如何将代表存储在列表中
How to store delegates in a List(如何将代表存储在列表中)...
2023-11-11 C#/.NET开发问题
6

Delegate.CreateDelegate() 和泛型:错误绑定到目标方法
Delegate.CreateDelegate() and generics: Error binding to target method(Delegate.CreateDelegate() 和泛型:错误绑定到目标方法)...
2023-11-11 C#/.NET开发问题
14

具有未知类型的 CreateDelegate
CreateDelegate with unknown types(具有未知类型的 CreateDelegate)...
2023-11-11 C#/.NET开发问题
5

将运算符与其他参数一起传递
Passing an operator along with other parameters(将运算符与其他参数一起传递)...
2023-11-11 C#/.NET开发问题
6

Func<T>.BeginInvoke 使用线程池吗?
Does Funclt;Tgt;.BeginInvoke use the ThreadPool?(Funclt;Tgt;.BeginInvoke 使用线程池吗?)...
2023-11-11 C#/.NET开发问题
6