winform.net 2.0 的交叉表数据控件
谁能建议我任何用于在 .net 中显示交叉表数据的 winforms 控件?
更新: 1. 控件应该是可编辑的 2. 绑定支持将是附加功能。
Could anyone suggest me any winforms controls for showing cross tab data in .net?
Updates:
1. The control should be editable
2. Binding support will be add-on feature.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您只需要数据的只读显示,那么使用 ReportViewer 控件 可能是最简单的方法一个矩阵。
If you only need a read-only display of the data, it might be easiest to use the ReportViewer control with a Matrix.