Winform 应用程序中的 Business Objects Web Intelligence 样式报告。这可能吗?
我有一个 WinForm 应用程序,可以在 Gridview 控件中显示结果。如果用户右键单击一行,他可以从弹出菜单中选择要在该行上执行的命令,就像 Windows 文件资源管理器一样。
但现在我希望能够使用户能够构建过滤器,以便他可以控制网格中显示哪些行,而不影响应用程序的功能。我还希望用户能够选择他在网格中看到的列/字段。
对于这个问题的基础,我们假设网格中显示的数据来自单个表。
Business Objects 的 Web Intelligence 和 Desktop Intelligence 应用程序为我提供了非常灵活且强大的报告功能,但我想将此功能集成到我的 WinForm 应用程序中。
Business Objects 或者 Crystal Reports 是否提供此类功能?我可以构建自己的查询生成器,但我不想重新发明切片面包。
I have a WinForm app that displays results in a Gridview control. If a user right mouse clicks on a row, he can then, from a popup menu, select a command to perform on the row much like windows File Explorer.
But now I want to be able to give the user the ability to construct a filter so that he can control which rows are displayed in the grid w/o effecting the functionality of the application. I would also like the user to be able to select the columns/fields that he sees in the grid.
For the basis of this question, let's assume that the data displayed in grid comes from a single table.
business Objects' Web Intelligence and Desktop Intelligence applications give me very flexible and powerful reporting capabilities, but I want to integrate this capability into my WinForm application.
Does Business Objects, or maybe Crystal Reports provide this sort of functionality? I can construct my own query builder but I'd rather not reinvent sliced bread.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我喜欢developerexpres xtragrid。
它具有过滤、列定制等
如果你想要像数据透视表/olap这样的表,他们有 XtraPivotgrid
通常过滤是在客户端进行的,但它们有可能生成服务器端查询。
I like developerexpres xtragrid.
Its has filtering, column customizing etc.
If you want pivottables/olap like tables they have XtraPivotgrid
Usually the filtering is clientside but they have the possibilitie to generate serverside queries..