VS 2010 报告工具
我在 VS 2010 SP 1 中有一个 ASP.NET 项目,我需要实现几个报告。 有趣的事实是,我只是操作对象,并且没有数据库直接访问权限。
一个 C# 对象可以有其他子对象甚至子对象列表,并且这些详细信息很可能应该显示在报告中。 典型的例子是作者 - 书:一本书可能由多个作者撰写,而一个作者可能写了多本书。
您是否知道有哪些报告工具可以使从对象设计报告变得更加容易?
I have an ASP.NET project in VS 2010 SP 1 and I need to implement several reports.
The interesting fact is that I'm only manipulating objects and I have no database direct access.
One C# object can have other child objects or even lists of child objects and is very likely that those details should show up in reports.
The classic example is Author - Book: one book may be written by multiple authors and one author may have wrote multiple books.
Are you aware of any reporting tools that make designing reports from objects more easy?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
内置 ReportViewer 组件怎么样?它们支持
以下是 MSDN 教程:
What about the built-in ReportViewer components? They support both
Here's an MSDN tutorial:
我认为 Stimulsoft 报告 可能有用。
I think Stimulsoft Reports could be useful.
如果您正在使用数据对象并且您的需求很简单,请查看 DevExpress(免责声明 - 我是他们竞争对手之一的 CTO)。
If you're working with data objects and your needs are simple take a look at DevExpress (disclaimer - I'm the CTO at one of their competitors).