Xceed WPF Datagrid 在每页上打印固定列
我有一个带有一个固定列和许多其他列的网格。当我在第二页上进行打印(datagrid.Print())时,我的列不适合第一页,但没有固定列(仅打印在第一页上)。我想在打印的每一页上重复固定列,因为它是数据的关键。这可能吗?
I have a grid with one fixed column and many other columns. When i do a print (datagrid.Print()) on the second page i have the columns that would not fit onto the first page but without the fixed column (which is only printed on the first). I would like to repeat the fixed column on every page i print as it is the key to the data. Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 PrintTableView 中,您可以设置 FixColumnCount。例如
In your PrintTableView you can set the FixedColumnCount. e.g