如何使用.net框架创建我自己的报告控件?

发布于 2024-08-29 00:09:45 字数 137 浏览 7 评论 0原文

我想创建快速加载的报告,如 ActiveReports 或 DevExpress,但问题是我不知道从哪里开始。我还希望它很轻并且在安装文件中占用更少的空间。

有人尝试这样做吗?我可以用.net编写这个组件吗?

这应该没那么难吧?

I want to create fast loading reports like ActiveReports or DevExpress but the problem is I don't know where to start. Also I want it to be light and take less space in setup file.

Does anybody tried to do this? Can I write this component with .net?

This must not be so hard?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

我纯我任性 2024-09-05 00:09:45

我首先看这里:

http://www.codeproject.com/KB/database /rdlproject.aspx

它是已实现的报表定义语言的开源版本。

I would start by looking here:

http://www.codeproject.com/KB/database/rdlproject.aspx

It's an open source version of implemented Report Definition Language.

我喜欢麦丽素 2024-09-05 00:09:45

您是否看过 VS 附带的那个?

Have you looked at the one that ships with VS?

甜柠檬 2024-09-05 00:09:45

如果您有兴趣在 WPF 中执行此操作,您可以查看“实用 WPF 图表和图形”

http://www.amazon.com/Practical-Charts-Graphics-Experts-Voice/dp/1430224819/

If you are interested in doing this in WPF, you might check out "Practical WPF Charts and Graphics"

http://www.amazon.com/Practical-Charts-Graphics-Experts-Voice/dp/1430224819/

浪漫之都 2024-09-05 00:09:45

快速加载报告

您可能会考虑诸如预处理数据和缓存之类的技术。这可以将渲染时间与计算时间分离。

fast loading reports

You might consider techniques such as pre-processing the data, and caching. That can decouple the rendering time from the computational time.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文