WPF 报表设计器
有人知道如何在 WPF 中创建简单的设计器控件的教程或示例代码吗?
我正在尝试在 WPF 中编写一个简单的设计器,用户可以将数据项(图表和列表)拖放到页面上的特定点(例如第 3 行,第 24 列)。
Does anybody know of a tutorial or sample code on how to create a simple designer control in WPF?
I am trying to write a simple designer in WPF where users can drag and drop data items (charts & lists) on specific points on a page (e.g. Line 3, Coloumn 24).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以查看这篇文章,了解 WPF 中的图表设计器(这是最后一部分,但整个系列(如果有 4 篇文章那么长)。它与报告无关,但可能为您提供有关如何通过拖放管理表面上的项目的起点。
You can check out this article about a diagram designer in WPF (this is the last part but the entire series if 4 articles long). It's not related to report but might give you a starting point about how to manage items on a surface with drag'n'drop.