数据表报告

发布于 2024-11-07 18:00:24 字数 185 浏览 0 评论 0原文

这里是新报告。通过使用 VB.NET,我的应用程序利用它从 postgresql 数据库创建的数据表。

这些数据表是在运行时而不是设计时定义的,我也希望有某种方法可以在运行时从这些数据表生成报告。

我是否应该尝试在设计时创建报告模板,然后在运行时将数据表“绑定”到它?

非常感谢您的澄清。

New to reports here. Using VB.NET, my application makes use of datatables it creates from a postgresql database.

These datatables are defined at runtime rather than design-time, and I would like some way of generating reports from these datatables at runtime as well.

Should I be trying to create the report template at design-time, and then "binding" a datatable to it at runtime?

Your clarification is much appreciated.

Joe

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

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

发布评论

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

评论(1

清风挽心 2024-11-14 18:00:24

假设数据表遵循 DAO 格式,并且报告将由您自己的代码创建,这可能是一个好方法。

然而,与往常一样,出于安全原因,最好至少获得一些有关数据表的知识。注意恶意代码/数据库条目引起的错误。

Assuming the datatables follow the DAO format, and the report will be created by your own code, this can be a good approach.

However, as is always the case, it would be best to get at least some knowledge on the datatables, for security reasons alone. Watch out for errors following from malicious code/database entries.

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